Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-testrepository-0.0.20-1.17 RPM for noarch

From OpenSuSE Leap 15.5 for noarch

Name: python3-testrepository Distribution: SUSE Linux Enterprise 15
Version: 0.0.20 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.17 Build date: Fri May 25 22:30:59 2018
Group: Development/Languages/Python Build host: sheep71
Size: 962778 Source RPM: python-testrepository-0.0.20-1.17.src.rpm
Packager: https://www.suse.com/
Url: https://launchpad.net/testrepository
Summary: A repository of test results
This project provides a database of test results which can be used as part of
developer workflow to ensure/check things like:

* No commits without having had a test failure, test fixed cycle.
* No commits without new tests being added.
* What tests have failed since the last commit (to run just a subset).
* What tests are currently failing and need work.

Test results are inserted using subunit (and thus anything that can output
subunit or be converted into a subunit stream can be accepted).

Provides

Requires

License

BSD-3-Clause or Apache-2.0

Changelog

* 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)
* Fri Jul 19 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 2013 dmueller@suse.com
  - tighten runtime requires
* Tue Apr 30 2013 dmueller@suse.com
  - add buildrequires to satisfy test suite run
* Mon Apr 29 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 2013 toddrme2178@gmail.com
  - Add BuildRequires: python-extras
* Tue Jan 15 2013 dmueller@suse.com
  - add requires to python-discover for SLE11
* Tue Jan 15 2013 saschpe@suse.de
  - Run testsuite
  - Package some documentation
* Tue Jan 15 2013 dmueller@suse.com
  - Initial package (0.0.13)

Files

/etc/alternatives/testr
/usr/bin/testr
/usr/bin/testr-3.6
/usr/lib/python3.6/site-packages/testrepository
/usr/lib/python3.6/site-packages/testrepository-0.0.20-py3.6.egg-info
/usr/lib/python3.6/site-packages/testrepository-0.0.20-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/testrepository-0.0.20-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/testrepository-0.0.20-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/testrepository-0.0.20-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/testrepository-0.0.20-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/testrepository-0.0.20-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/testrepository/__init__.py
/usr/lib/python3.6/site-packages/testrepository/__pycache__
/usr/lib/python3.6/site-packages/testrepository/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/__pycache__/results.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/__pycache__/results.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/__pycache__/setuptools_command.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/__pycache__/setuptools_command.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/__pycache__/testcommand.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/__pycache__/testcommand.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/__pycache__/testlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/__pycache__/testlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/arguments
/usr/lib/python3.6/site-packages/testrepository/arguments/__init__.py
/usr/lib/python3.6/site-packages/testrepository/arguments/__pycache__
/usr/lib/python3.6/site-packages/testrepository/arguments/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/arguments/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/arguments/__pycache__/command.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/arguments/__pycache__/command.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/arguments/__pycache__/doubledash.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/arguments/__pycache__/doubledash.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/arguments/__pycache__/path.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/arguments/__pycache__/path.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/arguments/__pycache__/string.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/arguments/__pycache__/string.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/arguments/command.py
/usr/lib/python3.6/site-packages/testrepository/arguments/doubledash.py
/usr/lib/python3.6/site-packages/testrepository/arguments/path.py
/usr/lib/python3.6/site-packages/testrepository/arguments/string.py
/usr/lib/python3.6/site-packages/testrepository/commands
/usr/lib/python3.6/site-packages/testrepository/commands/__init__.py
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/commands.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/commands.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/failing.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/failing.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/help.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/help.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/init.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/init.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/last.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/last.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/list_tests.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/list_tests.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/load.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/load.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/quickstart.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/quickstart.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/run.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/run.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/slowest.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/slowest.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/stats.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/__pycache__/stats.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/commands/commands.py
/usr/lib/python3.6/site-packages/testrepository/commands/failing.py
/usr/lib/python3.6/site-packages/testrepository/commands/help.py
/usr/lib/python3.6/site-packages/testrepository/commands/init.py
/usr/lib/python3.6/site-packages/testrepository/commands/last.py
/usr/lib/python3.6/site-packages/testrepository/commands/list_tests.py
/usr/lib/python3.6/site-packages/testrepository/commands/load.py
/usr/lib/python3.6/site-packages/testrepository/commands/quickstart.py
/usr/lib/python3.6/site-packages/testrepository/commands/run.py
/usr/lib/python3.6/site-packages/testrepository/commands/slowest.py
/usr/lib/python3.6/site-packages/testrepository/commands/stats.py
/usr/lib/python3.6/site-packages/testrepository/repository
/usr/lib/python3.6/site-packages/testrepository/repository/__init__.py
/usr/lib/python3.6/site-packages/testrepository/repository/__pycache__
/usr/lib/python3.6/site-packages/testrepository/repository/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/repository/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/repository/__pycache__/file.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/repository/__pycache__/file.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/repository/__pycache__/memory.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/repository/__pycache__/memory.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/repository/__pycache__/samba_buildfarm.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/repository/__pycache__/samba_buildfarm.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/repository/file.py
/usr/lib/python3.6/site-packages/testrepository/repository/memory.py
/usr/lib/python3.6/site-packages/testrepository/repository/samba_buildfarm.py
/usr/lib/python3.6/site-packages/testrepository/results.py
/usr/lib/python3.6/site-packages/testrepository/setuptools_command.py
/usr/lib/python3.6/site-packages/testrepository/testcommand.py
/usr/lib/python3.6/site-packages/testrepository/testlist.py
/usr/lib/python3.6/site-packages/testrepository/tests
/usr/lib/python3.6/site-packages/testrepository/tests/__init__.py
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/monkeypatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/monkeypatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/stubpackage.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/stubpackage.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_arguments.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_arguments.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_commands.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_commands.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_matchers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_matchers.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_monkeypatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_monkeypatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_repository.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_repository.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_results.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_results.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_setup.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_setup.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_stubpackage.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_stubpackage.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_testcommand.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_testcommand.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_testr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_testr.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_ui.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/__pycache__/test_ui.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/arguments
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/__init__.py
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/__pycache__
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/__pycache__/test_command.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/__pycache__/test_command.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/__pycache__/test_doubledash.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/__pycache__/test_doubledash.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/__pycache__/test_path.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/__pycache__/test_path.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/__pycache__/test_string.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/__pycache__/test_string.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/test_command.py
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/test_doubledash.py
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/test_path.py
/usr/lib/python3.6/site-packages/testrepository/tests/arguments/test_string.py
/usr/lib/python3.6/site-packages/testrepository/tests/commands
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__init__.py
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_commands.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_commands.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_failing.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_failing.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_help.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_help.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_init.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_init.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_last.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_last.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_list_tests.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_list_tests.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_load.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_load.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_quickstart.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_quickstart.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_run.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_run.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_slowest.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_slowest.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_stats.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/__pycache__/test_stats.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/commands/test_commands.py
/usr/lib/python3.6/site-packages/testrepository/tests/commands/test_failing.py
/usr/lib/python3.6/site-packages/testrepository/tests/commands/test_help.py
/usr/lib/python3.6/site-packages/testrepository/tests/commands/test_init.py
/usr/lib/python3.6/site-packages/testrepository/tests/commands/test_last.py
/usr/lib/python3.6/site-packages/testrepository/tests/commands/test_list_tests.py
/usr/lib/python3.6/site-packages/testrepository/tests/commands/test_load.py
/usr/lib/python3.6/site-packages/testrepository/tests/commands/test_quickstart.py
/usr/lib/python3.6/site-packages/testrepository/tests/commands/test_run.py
/usr/lib/python3.6/site-packages/testrepository/tests/commands/test_slowest.py
/usr/lib/python3.6/site-packages/testrepository/tests/commands/test_stats.py
/usr/lib/python3.6/site-packages/testrepository/tests/monkeypatch.py
/usr/lib/python3.6/site-packages/testrepository/tests/repository
/usr/lib/python3.6/site-packages/testrepository/tests/repository/__init__.py
/usr/lib/python3.6/site-packages/testrepository/tests/repository/__pycache__
/usr/lib/python3.6/site-packages/testrepository/tests/repository/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/repository/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/repository/__pycache__/test_file.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/repository/__pycache__/test_file.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/repository/test_file.py
/usr/lib/python3.6/site-packages/testrepository/tests/stubpackage.py
/usr/lib/python3.6/site-packages/testrepository/tests/test_arguments.py
/usr/lib/python3.6/site-packages/testrepository/tests/test_commands.py
/usr/lib/python3.6/site-packages/testrepository/tests/test_matchers.py
/usr/lib/python3.6/site-packages/testrepository/tests/test_monkeypatch.py
/usr/lib/python3.6/site-packages/testrepository/tests/test_repository.py
/usr/lib/python3.6/site-packages/testrepository/tests/test_results.py
/usr/lib/python3.6/site-packages/testrepository/tests/test_setup.py
/usr/lib/python3.6/site-packages/testrepository/tests/test_stubpackage.py
/usr/lib/python3.6/site-packages/testrepository/tests/test_testcommand.py
/usr/lib/python3.6/site-packages/testrepository/tests/test_testr.py
/usr/lib/python3.6/site-packages/testrepository/tests/test_ui.py
/usr/lib/python3.6/site-packages/testrepository/tests/ui
/usr/lib/python3.6/site-packages/testrepository/tests/ui/__init__.py
/usr/lib/python3.6/site-packages/testrepository/tests/ui/__pycache__
/usr/lib/python3.6/site-packages/testrepository/tests/ui/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/ui/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/ui/__pycache__/test_cli.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/ui/__pycache__/test_cli.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/ui/__pycache__/test_decorator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/ui/__pycache__/test_decorator.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/tests/ui/test_cli.py
/usr/lib/python3.6/site-packages/testrepository/tests/ui/test_decorator.py
/usr/lib/python3.6/site-packages/testrepository/ui
/usr/lib/python3.6/site-packages/testrepository/ui/__init__.py
/usr/lib/python3.6/site-packages/testrepository/ui/__pycache__
/usr/lib/python3.6/site-packages/testrepository/ui/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/ui/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/ui/__pycache__/cli.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/ui/__pycache__/cli.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/ui/__pycache__/decorator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/ui/__pycache__/decorator.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/ui/__pycache__/model.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/testrepository/ui/__pycache__/model.cpython-36.pyc
/usr/lib/python3.6/site-packages/testrepository/ui/cli.py
/usr/lib/python3.6/site-packages/testrepository/ui/decorator.py
/usr/lib/python3.6/site-packages/testrepository/ui/model.py
/usr/lib/python3.6/site-packages/testrepository/utils.py
/usr/share/doc/packages/python3-testrepository
/usr/share/doc/packages/python3-testrepository/Apache-2.0
/usr/share/doc/packages/python3-testrepository/BSD
/usr/share/doc/packages/python3-testrepository/COPYING
/usr/share/doc/packages/python3-testrepository/NEWS
/usr/share/doc/packages/python3-testrepository/README.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 19:57:54 2024