Skip to content

Releases: christiansandberg/pytest-reporter-html1

v0.9.1

08 Aug 19:12
4a8401a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

28 Jun 09:47
fbee872
Compare
Choose a tag to compare

What's Changed

  • [ENH] Add warning block and puts warning in a collapsable detail element by @Remi-Gau in #24

New Contributors

Full Changelog: v0.8.4...v0.9.0

v0.8.4

28 Feb 19:33
Compare
Choose a tag to compare
  • Format exception info with colors
  • Remove use of pkg_resources

v0.8.3

05 Jun 08:33
Compare
Choose a tag to compare
  • Support pytest-metadata 3.0 (#15)

v0.8.2

08 Jun 18:09
Compare
Choose a tag to compare
  • Fix Markup deprecation warning (#10)
  • Do not title case user properties

v0.8.1

02 Nov 19:32
Compare
Choose a tag to compare
  • Include tests not executed in statistics
  • Potentially fix crashes with missing excinfo

v0.8.0

06 Oct 10:52
Compare
Choose a tag to compare
  • Add total run time to summary
  • Remove duplicated markers
  • Support user properties on xdist
  • Add icon for skipped

v0.7.0

16 Aug 11:17
Compare
Choose a tag to compare
  • Add support for pytest-xdist
  • Make HTML valid

v0.6.1

11 Aug 19:03
Compare
Choose a tag to compare
  • Fix regression with Pytest 6.0
  • Update README

v0.6.0

02 Aug 18:42
Compare
Choose a tag to compare
  • Add initial support for attachments or "extras" from pytest-html
  • Fix donut segments covering the whole pie chart when they are too small
  • Do not use line breaks in console logs on small screens