14
0
forked from pool/python-stestr

- update to 2.2.0:

* Change title of project in readme
  * Add a better description to README Overview section
  * Fix discovery import error formatting on py3
  * Cleanup unused parameters in \_run\_tests
  * Enable doc8
  * Add all stream to repo even if some tests fail
  * Extract loading case code to \_load\_case() function
  * Make test running serially when just loading
  * Fix time measurement for load command too
  * Use reported times instead of wall time in subunit-trace
  * Add support for test class and method by path on no-discover

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=15
This commit is contained in:
Thomas Bechtold
2018-12-07 13:44:02 +00:00
committed by Git OBS Bridge
parent 7147e66994
commit 2f2f872dbe
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Dec 7 13:41:42 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
- update to 2.2.0:
* Change title of project in readme
* Add a better description to README Overview section
* Fix discovery import error formatting on py3
* Cleanup unused parameters in \_run\_tests
* Enable doc8
* Add all stream to repo even if some tests fail
* Extract loading case code to \_load\_case() function
* Make test running serially when just loading
* Fix time measurement for load command too
* Use reported times instead of wall time in subunit-trace
* Add support for test class and method by path on no-discover
-------------------------------------------------------------------
Tue Nov 6 19:49:46 UTC 2018 - Todd R <toddrme2178@gmail.com>