make coverage run serially for now
1 file changed
tree: 8eed7f54f64ab200c511d667f13a08552b5bd4a7
  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.