Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.57 KB

CHANGES.rst

File metadata and controls

70 lines (45 loc) · 1.57 KB

Release History

1.1.2 (unreleased)

1.1.1 (January 15, 2024)

Changed

  • Python 3.5, which is past its end of life, is no longer supported. (#26)

Fixed

  • Config options are now properly added to Pytest, eliminating a warning that was raised if a config option was set. (#26)
  • Handled multiple outputs when mocking out plt.subplots. (#29)

1.1.0 (August 17, 2020)

Added

  • Added the ability to save plots as pickle files using the .pkl or .pickle extensions with plt.saveas. (#23)

1.0.1 (October 28, 2019)

Fixed

  • We now use Windows-compatible plot filenames by default. Colons in plot filenames are replaced with hyphens. Filenames specified through plt.saveas are not modified. (#17, #21)

1.0.0 (August 9, 2019)

Initial release of pytest-plt! Thanks to all of the contributors for making this possible!