Changelog for
python310-pytest-subtests-0.10.0-1.1.noarch.rpm :
* Mon Mar 27 2023 Dirk Müller
- update to 0.10.0:
* Added experimental support for suppressing subtest output dots in non-verbose mode with ``--no-subtests-shortletter`` - - this allows the native pytest column calculations to not be disrupted and minimizes unneeded output for large CI systems.
* Tue Jan 10 2023 Steve Kowalik - Update to 0.9.0:
* Python 3.11 is officially supported.
* Dropped support for Python 3.6.
* Now passing subtests are shown in the test run summary at the end (for example: 10 failed, 1 passed, 10 subtests passed in 0.10s) (#70).
* Fixed support for pytest 7.0, and pytest>=7.0 is now required.
* pytest>=6.0 is now required.
* Added official support for Python 3.10.
* Dropped support for Python 3.5.
* Users no longer need to configure a warnings filter for the internal A private pytest class or function was used pytest warning (#52).
* Experimental: Use SUBPASS and , for passed subtests instead of general PASSED, SUBFAIL and u for failed ones instead of FAILED (#30).
* Thu Oct 07 2021 Pedro Monreal - Update to 0.5.0
* Add support for pytest.mark.xfail
* Sat Mar 20 2021 Ben Greiner - Update to 0.4.0
* Add Python 3.9 support and bump pytest requirement
* Add support for --pdb
* Thu Nov 05 2020 Marketa Machova - Update to 0.3.2
* Fix pytest 6.0 support.
* Tue Jun 09 2020 Tomáš Chvátal - Update to 0.3.1:
* Fix pytest 5.4 support.
* Thu Feb 20 2020 Tomáš Chvátal - Update to 0.3.0:
* subtests now correctly captures and displays stdout/stderr (#18).
* Wed Aug 28 2019 John Vandenberg - Initial spec for v0.2.1