v3.0.0a0
Pre-release
Pre-release
github-actions
released this
12 Nov 12:56
·
189 commits
to master
since this release
Changed below are not curated yet and is machine generated. Look at https://github.com/pytest-dev/pytest-html/blob/master/CHANGES.rst for human curated changelist.
Changes
- Prep version 3.0.0 for release (#362) @gnikonorov
Major Changes
- Stop shadowing the 'format' builtin (#347) @gnikonorov
- Drop support for legacy Python 2.7 (#230) @hugovk
Minor Changes
- Add support for py39 (#345) @ssbarnea
- Enable py38 testing (#326) @ssbarnea
- Strip ANSI escape sequences when ansi2html is missing (#315) @BeyondEvil
- Make the links column in the results table sortable (#324) @gnikonorov
- Make the maximum asset filename length configurable. (#313) @D3X
- Fix broken development docs (#316) @BeyondEvil
- Update link to Tox (#301) @gnikonorov
Bugfixes
- Add ESLint to project (#367) @gnikonorov
- Assure scm versioning is pypa compatible (#364) @ssbarnea
- Move release from travis to github actions (#360) @ssbarnea
- Respect --show-capture=no flag (#359) @gnikonorov
- Respect pytest --capture=no and -s flags (#353) @gnikonorov
- Stop shadowing the 'format' builtin (#347) @gnikonorov
- Post process html to include teardown in log (#271) @csm10495
- Avoid pytest 6.0.0 (#319) @ssbarnea
- Rename "slave" -> "worker" for xdist compatibility (#307) @Zac-HD
- Fix embedded images (and videos) (#298) @dhalperi
- Fix image missing when using Base64 content (#277) @christiansandberg
- Better fix for TerminalReporter issue (#299) @BeyondEvil
- Fix collapsable bug (#268) @BeyondEvil
- Fix min-width which produced horizontal scrolls (#237) @ssbarnea
- Support utf8 display (#244) @lzhu666
- Trigger sorting for initial sort column (#248) @wanam
- Close opened resource. (#235) @krzysztof-pawlik-gat
- Keep sort preference for previously sorted columns (#220) @wanam
- Fix assets file naming to work across both *nix and windows (#223) @BeyondEvil
- Remove unused and undocumented markers (#224) @BeyondEvil
- Append a line break after captured log sections (#217) @borntyping
- Handle when report title is stored as an environment variable (#203) @BeyondEvil
- Removed extraneous space from anchor tag (#192) @chardbury
- Stop filtering out falsy environment values (#180) @crazymerlyn
- Always define version even if get_distribution() fails (#178) @nicoddemus
- Disable sort on environment table when metadata is ordered (#162) @jacebrowning
- Fix for including a screenshot bug on Windows (#124) (#136) @pinkie1378