- update to 0.14.2:

* Print output "dots" for successful unittest subtests (#164).
  * Improved reporting in case subtests raise pytest.xfail
    (#194).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subtests?expand=0&rev=27
This commit is contained in:
2025-09-29 21:04:39 +00:00
committed by Git OBS Bridge
parent 848aa41eda
commit 13099a0f26
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 29 21:04:20 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.14.2:
* Print output "dots" for successful unittest subtests (#164).
* Improved reporting in case subtests raise pytest.xfail
(#194).
-------------------------------------------------------------------
Tue Apr 22 12:59:29 UTC 2025 - Markéta Machová <mmachova@suse.com>