14
0

- Update to 5.1:

* Recover more gracefully when layer setUp or tearDown fails, producing useful subunit output.
  * Prevent a spurious warning from the --require-unique option if the --module option was not used.
  * Add optional buffering of standard output and standard error during tests, requested via the --buffer option or enabled by default for subunit.
  * Fix incorrect failure counts in per-layer summary output, broken in 4.0.1.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=23
This commit is contained in:
Tomáš Chvátal
2019-11-06 12:11:14 +00:00
committed by Git OBS Bridge
parent b87ffe7310
commit 96a2b73991
4 changed files with 20 additions and 13 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Oct 30 12:13:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 5.1:
* Recover more gracefully when layer setUp or tearDown fails, producing useful subunit output.
* Prevent a spurious warning from the --require-unique option if the --module option was not used.
* Add optional buffering of standard output and standard error during tests, requested via the --buffer option or enabled by default for subunit.
* Fix incorrect failure counts in per-layer summary output, broken in 4.0.1.
-------------------------------------------------------------------
Mon Apr 8 13:02:40 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>