Matej Cepl
878de64ed0
- Update to 3.1.1 * Fix issue with reporting of missing CSS files. (#388) Thanks to @prakhargurunani for reporting and fixing! - Changelog for 3.1.0 * Stop attaching test reruns to final test report entries (#374) Thanks to @VladimirPodolyan for reporting and @gnikonorov for the fix * Allow for report duration formatting (#376) Thanks to @brettnolan for reporting and @gnikonorov for the fix - Changelog for 3.0.0 * Respect --capture=no, --show-capture=no, and -s pytest flags (#171) Thanks to @bigunyak for reporting and @gnikonorov for the fix * Make the Results table Links column sortable (#242) Thanks to @vashirov for reporting and @gnikonorov for the fix * Fix issue with missing image or video in extras. (#265 and pytest-selenium#237) Thanks to @p00j4 and @anothermattbrown for reporting and @christiansandberg and @superdodd and @dhalperi for the fix * Fix attribute name for compatibility with pytest-xdist 2. (#305) Thanks to @Zac-HD for the fix * Post process HTML generation to allow teardown to appear in the HTML output. (#131) Thanks to @iwanb for reporting and @csm10495 for the fix OBS-URL: https://build.opensuse.org/request/show/864144 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=27
111 lines
4.3 KiB
Plaintext
111 lines
4.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jan 18 20:21:31 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Update to 3.1.1
|
|
* Fix issue with reporting of missing CSS files. (#388)
|
|
Thanks to @prakhargurunani for reporting and fixing!
|
|
- Changelog for 3.1.0
|
|
* Stop attaching test reruns to final test report entries (#374)
|
|
Thanks to @VladimirPodolyan for reporting and @gnikonorov for
|
|
the fix
|
|
* Allow for report duration formatting (#376)
|
|
Thanks to @brettnolan for reporting and @gnikonorov for the fix
|
|
- Changelog for 3.0.0
|
|
* Respect --capture=no, --show-capture=no, and -s pytest flags
|
|
(#171) Thanks to @bigunyak for reporting and @gnikonorov for the
|
|
fix
|
|
* Make the Results table Links column sortable (#242)
|
|
Thanks to @vashirov for reporting and @gnikonorov for the fix
|
|
* Fix issue with missing image or video in extras. (#265 and
|
|
pytest-selenium#237)
|
|
Thanks to @p00j4 and @anothermattbrown for reporting and
|
|
@christiansandberg and @superdodd and @dhalperi for the fix
|
|
* Fix attribute name for compatibility with pytest-xdist 2. (#305)
|
|
Thanks to @Zac-HD for the fix
|
|
* Post process HTML generation to allow teardown to appear in the
|
|
HTML output. (#131)
|
|
Thanks to @iwanb for reporting and @csm10495 for the fix
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 23 09:08:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 2.1.1:
|
|
* Fix issue with funcargs causing failures. (#282)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 16 08:28:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 2.1.0:
|
|
* Added support for MP4 video format. (#260)
|
|
* Added support for sorting metadata by key. (#245)
|
|
* Added support for rendering reports collapsed (#239)
|
|
* Added extra fixture (#269)
|
|
* Added ability to change report title using hook (#270)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 3 09:51:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Raise minimal pytest version
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 4 12:11:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 2.0.1:
|
|
* Properly check for presence of CSS file
|
|
* Added support for UTF-8 display
|
|
* Fix initial sort on column
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 20 09:46:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 2.0.0:
|
|
* Drop support for python 2.7
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 14 02:06:22 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Define LANG in %check to fix openSUSE/SLE 15 builds
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 12 15:40:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.22.0:
|
|
* Refactor asset naming to be OS safe
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 2 12:29:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.21.1:
|
|
* Fix issue with assets filenames being too long.
|
|
* Allow opening generated html report in browser (@ssbarnea)
|
|
* Handle when report title is stored as an environment variable (@BeyondEvil)
|
|
* Change assets naming method (@SunInJuly)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 27 08:13:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix typo in the ansi2html Requires
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 14 13:01:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.20.0:
|
|
* Tests running with Pytest 4.0 and Python 3.7
|
|
* Stop filtering out falsy environment values (#175)
|
|
* Removed extraneous space from anchor tag (@chardbury)
|
|
* Always define __version__ even if get_distribution() fails (@nicoddemus)
|
|
* Refactor css config code (@crazymerlyn)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 22 10:45:00 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Cleanup with spec-cleaner
|
|
- Make sure the tests are really executed
|
|
- Remove useless devel dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 16 16:39:49 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Initial build
|
|
+ Version 1.19.0
|