Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-15 | Implement Biz.Test with tasty | Ben Sima | |
Also changes the --test option to a 'test' command. This is because running the tests for a namespace/exe should never be combined with anything else: you either want to run the tests, or not. | |||
2021-01-15 | Implement Biz.Cli | Ben Sima | |
Wraps docopt rather nicely. It's much nicer than optparse-applicative and runs tests with the --test argument automatically. Next I just need to implement a test framework. | |||
2021-01-15 | Port lint to Haskell | Ben Sima | |