Testing
Run all tests
Running all tests should be as simple as this:
Run specific tests
Run only tests which have "multiply" in the file or function name:
Watch tests
To automatically re-run tests while you are working on them, use
pytest-watcher (q to quit):
You can also watch specific tests using the -k flag:
By default, tests are re-run 0.5 seconds after the last file edit. To increase the delay, pass --delay:
Getting test coverage
TODO