Skip to content

Latest commit

 

History

History
123 lines (81 loc) · 3.27 KB

CHANGES.rst

File metadata and controls

123 lines (81 loc) · 3.27 KB

Release Notes

1.14.0 (unreleased)

  • Fix encoding for asset files
  • Escape contents of log sections

1.13.0 (2016-12-19)

  • Disable ANSI codes support by default due to dependency on ansi2html package with less permissive licensing

1.12.0 (2016-11-30)

  • Add support for JPG and SVG images (@bhzunami)
  • Add version number and PyPI link to report header (@denisra)

1.11.1 (2016-11-25)

  • Fix title of checkbox disappearing when unchecked (@vashirov)

1.11.0 (2016-11-08)

1.10.1 (2016-09-23)

  • Fix corrupt image asset files
  • Remove image links from self-contained report
  • Fix issue with unexpected passes not being reported in pytest 3.0

1.10.0 (2016-08-09)

  • Hide filter checkboxes when JavaScript is disabled (@RibeiroAna)
  • Removed rerun outcome unless the plugin is active (@RibeiroAna)
  • Introduce --self-contained-html option to store CSS and assets inline (@RibeiroAna)
  • Save images, text, and JSON extras as files in an assets directory (@RibeiroAna)
  • Use an external CSS file (@RibeiroAna)
  • Set initial sort order in the HTML (@RibeiroAna)
  • Allow visibility of extra details to be toggled (@leitzler)

1.9.0 (2016-07-04)

  • Split pytest_sessionfinish into generate and save methods (@karandesai-96)
  • Show tests rerun by pytest-rerunfailures plugin (@RibeiroAna)
  • Added a feature to filter tests by outcome (@RibeiroAna)

1.8.1 (2016-05-24)

  • Include captured output for passing tests

1.8.0 (2016-02-24)

  • Remove duplication from the environment section
  • Dropped support for Python 3.2
  • Indicated setup and teardown in report
  • Fixed colour of errors in report

1.7 (2015-10-19)

  • Fixed INTERNALERROR when an xdist slave crashes (@The-Compiler)
  • Added report sections including stdout and stderr to log

1.6 (2015-09-08)

  • Fixed environment details when using pytest-xdist

1.5.1 (2015-08-18)

  • Made environment fixture session scoped to avoid repeating content

1.5 (2015-08-18)

  • Replaced custom hook for setting environemnt section with a fixture

1.4 (2015-08-12)

  • Dropped support for pytest 2.6
  • Fixed unencodable strings for Python 3 (@The-Compiler)

1.3.2 (2015-07-27)

  • Prevented additional row if log has no content or there is no extra HTML

1.3.1 (2015-05-26)

  • Fixed encoding issue in Python 3

1.3 (2015-05-26)

  • Show extra content regardless of test result
  • Added support for extra content in JSON format

1.2 (2015-05-20)

1.1 (2015-05-08)

  • Added Python 3 support

1.0 (2015-04-20)

  • Initial release