Companion project for my article on Software Testing
command | effect |
---|---|
make setup-win |
Sets up the dev environment on Windows systems |
make setup-unix |
Sets up the dev environment on *nix systems |
make test |
Runs all the tests |
make cov |
Runs all the tests and prints a coverage report |