Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-22 | Property tests for calculateScore | Ben Sima | |
2021-01-15 | Add bild --test | Ben Sima | |
This argument will run the tests for an output after building. It's active in 'ci' so running that will ensure tests are passing. This way testing a namespace and building a namespace are as close together as possible, so presumably it will be that much easier to write good tests. | |||
2020-12-30 | que: use EnvironmentFile instead of keyfile | Ben Sima | |
2020-12-24 | linting fixes and cleanup | Ben Sima | |
2020-12-05 | Renamespace Devalloc and Que | Ben Sima | |
Move them under the Biz root so that we know they are specific to Biz stuff. Biz is for proprietary stuff that we own. I also had to refactor the bild namespace parsing code because it couldn't handle a namespace with 3 parts. I really need to get that namespace library written and tested. |