02c2c58a10
Accepting request 1238442 from home:ojkastl_buildservice:Branch_devel_languages_python_pytest
Markéta Machová2025-01-17 12:23:15 +00:00
5520d2c702
Accepting request 1161446 from devel:languages:python:pytest
Ana Guerrero2024-03-26 18:24:47 +00:00
3e4d744e85
- update to 0.12.1: * Fixed compatibility with upcoming pytest 8.1.x. (#125). * Python 3.12 is now officially supported (#113). * Added typing support (#115). * SubTests can be imported from pytest_subtests to type- annotate the subtests fixture.
Dirk Mueller2024-03-25 15:01:45 +00:00
e3ef480f13
- update to 0.11.0: * Logging is displayed for failing subtests (#92_) * Passing subtests no longer turn the pytest output to yellow (as if warnings have been issued) * Now the `msg contents of a subtest is displayed when running pytest with -v`.
Dirk Mueller2023-05-31 19:45:29 +00:00
748b353eb7
- 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.
Dirk Mueller2023-03-27 07:22:58 +00:00
638da64fda
- 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).
Steve Kowalik2023-01-10 04:20:54 +00:00