All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2024-12-12
- Confirmed Python 3.13 support. (#91)
- Confirmed Python 3.12 support. (#84)
- Confirmed Python 3.11 support. (#39)
- Added
CHANGELOG.md
file. (#40) - Added test summary to the end of the test run. (#31)
- Added support for
--no-header
and--no-summary
command line options. (#64) - Added support for capturing terminal output using Rich's
Console
class, with command line option--rich-capture
. (#65) - Added support for other plugins to add to test header, through invocation of
pytest_report_header
hook. (#66)
2022-03-03
2022-03-02
Initial release!