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:
committed by
Git OBS Bridge
parent
7147e66994
commit
2f2f872dbe
@@ -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>
|
||||
|
||||
|
@@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-stestr
|
||||
Version: 2.1.1
|
||||
Version: 2.2.0
|
||||
Release: 0
|
||||
Summary: A test runner runner similar to testrepository
|
||||
License: Apache-2.0
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a6c6eb664d6e52b711b33d0cdd75db0b0bcf78e87229cfb7447cca521703f7b
|
||||
size 104363
|
3
stestr-2.2.0.tar.gz
Normal file
3
stestr-2.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c7f4894300d5d9f7eb21679ccd9a74608fe8e224c382f5e5b6dc4e7de2e87ff
|
||||
size 103764
|
Reference in New Issue
Block a user