- 3ed316a - add --result argument to specify a custom test result class
- f8a4a9a - add --runner argument to specify a custom test runner
- 20a07cc - add Python 3.13, remove Python 3.8 (end-of-life)
- f7d4f66 - add --level option (defaults to 'module'), remove --class-fixtures and --module-fixtures options
- 9991244 - add python 3.12 support, remove python 3.7 support (end-of-life)
- b4ebdb4 - add pyproject.toml and setup.cfg, remove setup.py
- f42eb48 - add -k option
-
3db999b - remove extra newline prior to total coverage report
-
d4af98d - fix tests under python 3.11 broken by https://bugs.python.org/issue14265
-
94dd448 - add python 3.11 support, remove python 3.6
- 9cc1952 - Use spawn to start processes and add an option to use new processes.
- c83ecd3 - add start-test report in verbose mode for long-running tests
- 192eac2 - update readme
- 51f4d79 - updates from python-package-template
- d3c59cb - remove version argument
- dfa12b2 - update readme
- 616535b - update readme
- 8708156 - add --failfast argument
- 595cffa - update command line help
- 3903dae - add --class-fixtures and --module-fixtures options
- 8da77c2 - add example output to readme
- f74e637 - parallelize all test cases, not just top-level test suites
- 0c7fe1e - coverage report to stderr
- 7285299 - add blank line above coverage report
- 25674d8 - streamline reporting code
- c86f809 - more closely match Python unittest tool's output
- d9ee8b8 - manage coverage start/stop with contextmanager