14
0

Accepting request 207594 from home:posophe:branches:devel:languages:python

update to version 0.0.18

OBS-URL: https://build.opensuse.org/request/show/207594
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testrepository?expand=0&rev=16
This commit is contained in:
Denisart Benjamin
2013-11-19 14:51:23 +00:00
committed by Git OBS Bridge
parent 65559d67ab
commit 8736fab5ab
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 17 17:12:34 UTC 2013 - p.drouand@gmail.com
- Update to version 0.0.18
+ ``run`` now accepts ``--isolated`` as a parameter, which will cause each
selected test to be run independently. This can be useful to both workaround
isolation bugs and detect tests that can not be run independently.
+ ``capture_ids`` in test_run now returns a list of captures, permitting tests
that need to test multiple runs to do so.
-------------------------------------------------------------------
Thu Oct 24 11:15:47 UTC 2013 - speilicke@suse.com