Skip to content

Latest commit

 

History

History
111 lines (56 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

111 lines (56 loc) · 4.07 KB

Changelog

1.7.1 (2024-12-18)

  • 3ed316a - add --result argument to specify a custom test result class

1.7.0 (2024-11-27)

  • f8a4a9a - add --runner argument to specify a custom test runner

1.6.2 (2024-10-02)

  • 20a07cc - add Python 3.13, remove Python 3.8 (end-of-life)

1.6.1 (2023-07-28)

  • 8faa353 - fix API usage for coverage 7.2

  • aeab410 - remove useless pylint suppressions

1.6.0 (2023-06-28)

  • f7d4f66 - add --level option (defaults to 'module'), remove --class-fixtures and --module-fixtures options

1.5.4 (2023-06-28)

  • 9991244 - add python 3.12 support, remove python 3.7 support (end-of-life)

1.5.3 (2022-10-31)

  • b4ebdb4 - add pyproject.toml and setup.cfg, remove setup.py

1.5.2 (2022-06-22)

1.5.1 (2022-04-10)

1.5.0 (2021-09-30)

  • 9cc1952 - Use spawn to start processes and add an option to use new processes.

1.4.6 (2021-09-21)

  • c83ecd3 - add start-test report in verbose mode for long-running tests

1.4.5 (2021-08-24)

1.4.4 (2021-08-18)

  • 51f4d79 - updates from python-package-template

1.4.3 (2021-07-22)

  • d3c59cb - remove version argument

1.4.2 (2021-06-11)

1.4.1 (2021-06-06)

1.4.0 (2021-06-05)

  • 8708156 - add --failfast argument

1.3.1 (2021-05-26)

  • 595cffa - update command line help

1.3.0 (2021-05-25)

  • 3903dae - add --class-fixtures and --module-fixtures options

1.2.1 (2021-05-20)

  • 8da77c2 - add example output to readme

1.2.0 (2021-05-19)

  • f74e637 - parallelize all test cases, not just top-level test suites

1.1.3 (2021-05-19)

  • 0c7fe1e - coverage report to stderr

1.1.2 (2021-05-19)

  • 7285299 - add blank line above coverage report

1.1.1 (2021-05-19)

  • 25674d8 - streamline reporting code

1.1.0 (2021-05-17)

  • c86f809 - more closely match Python unittest tool's output

1.0.7 (2021-05-05)

  • d9ee8b8 - manage coverage start/stop with contextmanager