add -l, -f options to list tests and take a list of tests from a file instead of the command line
1 file changed
tree: 5ee2b8c5e9ade22989a91dc9be54dc6b6b6838ee
  1. .gitignore
  2. LICENSE
  3. pylintrc
  4. pytest
  5. pytest.py
  6. pytest_pool.py
  7. pytest_printer.py
  8. pytest_stats.py
  9. README.md
README.md

pytest

pytest is a simple python testing wrapper. It is not related to the pytest from pytest.org (if I ever want to get people to use this, I clearly need to change the name).

It supports simple test discovery, parallel test execution, clean logging of progress and results in the style of the Ninja build tool, and integrated code coverage support.