File python-testrepository.changes of Package python-testrepository
-------------------------------------------------------------------
Thu Feb 13 13:56:39 UTC 2014 - speilicke@suse.com
- Implement update-alternatives
-------------------------------------------------------------------
Thu Jan 30 08:59:07 UTC 2014 - dmueller@suse.com
- fix requires
-------------------------------------------------------------------
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
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Fri Jul 19 10:56:40 UTC 2013 - dmueller@suse.com
- update to 0.0.17:
* Restore the ability to import testrepository.repository.memory on Python 2.6.
* A new testr.conf option ``group_regex`` can be used for grouping
tests so that they get run in the same backend runner. (Matthew Treinish)
* Fix Python 3.* support for entrypoints; the initial code was Python3
incompatible. (Robert Collins, Clark Boylan, #1187192)
* Switch to using multiprocessing to determine CPU counts.
(Chris Jones, #1092276)
* The cli UI now has primitive differentiation between multiple stream types.
This is not yet exposed to the end user, but is sufficient to enable the
load command to take interactive input without it reading from the raw
subunit stream on stdin. (Robert Collins)
* The scheduler can now groups tests together permitting co-dependent tests to
always be scheduled onto the same backend. Note that this does not force
co-dependent tests to be executed, so partial test runs (e.g. --failing)
may still fail. (Matthew Treinish, Robert Collins)
* When test listing fails, testr will now report an error rather than
incorrectly trying to run zero tests. A test listing failure is detected by
the returncode of the test listing process. (Robert Collins, #1185231)
-------------------------------------------------------------------
Thu Jul 11 15:55:27 UTC 2013 - dmueller@suse.com
- tighten runtime requires
-------------------------------------------------------------------
Tue Apr 30 09:17:02 UTC 2013 - dmueller@suse.com
- add buildrequires to satisfy test suite run
-------------------------------------------------------------------
Mon Apr 29 12:15:17 UTC 2013 - dmueller@suse.com
- update to 0.0.15:
* Expects subunit v2 if the local library has v2 support in the subunit
library. This should be seamless if the system under test shares the
Python libraries. If it doesn't, either arrange to use ``subunit-2to1``
or upgrade the subunit libraries for the system under test.
-------------------------------------------------------------------
Sat Apr 20 18:58:56 UTC 2013 - toddrme2178@gmail.com
- Add BuildRequires: python-extras
-------------------------------------------------------------------
Tue Jan 15 15:43:14 UTC 2013 - dmueller@suse.com
- add requires to python-discover for SLE11
-------------------------------------------------------------------
Tue Jan 15 15:28:53 UTC 2013 - saschpe@suse.de
- Run testsuite
- Package some documentation
-------------------------------------------------------------------
Tue Jan 15 13:53:29 UTC 2013 - dmueller@suse.com
- Initial package (0.0.13)