Package Release Info

python-testrepository-0.0.20-1.17

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-testrepository

Change Logs

* Wed Jul 05 2017 tbechtold@suse.com
- add Requires for python3-dbm
* Fri May 19 2017 tbechtold@suse.com
- Convert to singlespec
* Thu Jul 14 2016 dmueller@suse.com
- add license
* Mon Jan 11 2016 toddrme2178@gmail.com
- Add python-pbr dependency.
* Thu Sep 10 2015 tbechtold@suse.com
- Fix python-python-subunit Requires version
* Tue Sep 16 2014 tbechtold@suse.com
- update to version 0.0.20:
  * Tests will be reliably tagged with worker-%d. The previous tagging logic
    had an implicit race - the tag id was looked up via a closure which gets
    the state of the pos variable at the position the overall loop has advanced
    too, not the position when the closure was created.
    (Robert Collins, #1316858)
  * Passing --subunit to all testr commands will now consistently output subunit
    v2. Previously it would output v1 for stored streams and v2 for live
    streams. (Robert Collins)
  * ``run`` was outputting bad MIME types - test/plain, not text/plain.
    (Robert Collins)
  * Test filtering was failing under python3 and would only apply the
    filters to the first test listed by discover. (Clark Boylan, #1317607)
  * Tests that are enumerated but not executed will no longer reset the test
    timing data. Enumeration was incorrectly recording a 0 timestamp for
    enumerated tests. This leads to poor scheduling after an interrupted test
    run. (Robert Collins, #1322763)
  * Version 0.0.18 of subunit is now a hard dependency - the v2 protocol solves
    key issues in concurrency and stream handling. Users that cannot use subunit
    v2 can run an older testrepository, or contact upstream to work through
    whatever issue is blocking them. (Robert Collins)
  * When list-tests encounters an error, a much clearer response will
    now be shown. (Robert Collins, #1271133)
  * The ``get_subunit_stream`` methods now return subunit v2 streams rather
    than v1 streams, preparing the way for storage of native v2 streams in
    the repository. (Robert Collins)
  * ``UI.output_stream`` is now tested for handling of non-utf8 bytestreams.
    (Robert Collins)
* Thu Feb 13 2014 speilicke@suse.com
- Implement update-alternatives
* Thu Jan 30 2014 dmueller@suse.com
- fix requires
* Sun Nov 17 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 2013 speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)