Skip to content

Files

Latest commit

 

History

History
66 lines (46 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

66 lines (46 loc) · 1.85 KB

Changelog

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.

[0.2.0]

2024-12-12

Added

  • 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)

Removed

  • Dropped Python 3.7 support. (#84)
  • Dropped Python 3.8 support. (#91)

2022-03-03

2022-03-02

Initial release!