- 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``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subtests?expand=0&rev=18
This commit is contained in:
2023-05-31 19:45:29 +00:00
committed by Git OBS Bridge
parent a02d0beaf2
commit e3ef480f13
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 31 19:44:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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``.
-------------------------------------------------------------------
Fri Apr 21 12:32:00 UTC 2023 - Dirk Müller <dmueller@suse.com>