.coveragerc
.mailmap
.stestr.conf
.travis.yml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
ChangeLog
LICENSE
README.rst
README_ja.rst
azure-pipelines.yml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
.github/issue_template.md
.travis/coveralls.sh
doc/source/CONTRIBUTING.rst
doc/source/MANUAL.rst
doc/source/README.rst
doc/source/README_ja.rst
doc/source/api.rst
doc/source/conf.py
doc/source/developer_guidelines.rst
doc/source/index.rst
doc/source/internal_arch.rst
doc/source/api/config_file.rst
doc/source/api/output.rst
doc/source/api/scheduler.rst
doc/source/api/selection.rst
doc/source/api/subunit_trace.rst
doc/source/api/test_processor.rst
doc/source/api/commands/__init__.rst
doc/source/api/commands/failing.rst
doc/source/api/commands/init.rst
doc/source/api/commands/last.rst
doc/source/api/commands/list.rst
doc/source/api/commands/load.rst
doc/source/api/commands/run.rst
doc/source/api/commands/slowest.rst
doc/source/api/repository/abstract.rst
doc/source/api/repository/file.rst
doc/source/api/repository/memory.rst
doc/source/api/repository/sql.rst
stestr/__init__.py
stestr/__main__.py
stestr/bisect_tests.py
stestr/cli.py
stestr/colorizer.py
stestr/config_file.py
stestr/output.py
stestr/results.py
stestr/scheduler.py
stestr/selection.py
stestr/subunit_trace.py
stestr/test_processor.py
stestr/testlist.py
stestr/user_config.py
stestr/utils.py
stestr/version.py
stestr.egg-info/PKG-INFO
stestr.egg-info/SOURCES.txt
stestr.egg-info/dependency_links.txt
stestr.egg-info/entry_points.txt
stestr.egg-info/not-zip-safe
stestr.egg-info/pbr.json
stestr.egg-info/requires.txt
stestr.egg-info/top_level.txt
stestr/commands/__init__.py
stestr/commands/failing.py
stestr/commands/init.py
stestr/commands/last.py
stestr/commands/list.py
stestr/commands/load.py
stestr/commands/run.py
stestr/commands/slowest.py
stestr/repository/__init__.py
stestr/repository/abstract.py
stestr/repository/file.py
stestr/repository/memory.py
stestr/repository/sql.py
stestr/repository/util.py
stestr/subunit_runner/__init__.py
stestr/subunit_runner/program.py
stestr/subunit_runner/run.py
stestr/tests/__init__.py
stestr/tests/base.py
stestr/tests/test_bisect_return_codes.py
stestr/tests/test_bisect_tests.py
stestr/tests/test_config_file.py
stestr/tests/test_load.py
stestr/tests/test_output.py
stestr/tests/test_return_codes.py
stestr/tests/test_run.py
stestr/tests/test_scheduler.py
stestr/tests/test_selection.py
stestr/tests/test_slowest.py
stestr/tests/test_subunit_trace.py
stestr/tests/test_test_processor.py
stestr/tests/test_user_config.py
stestr/tests/test_user_config_return_codes.py
stestr/tests/test_utils.py
stestr/tests/files/__init__.py
stestr/tests/files/bisect-fail-serial-tests
stestr/tests/files/failing-tests
stestr/tests/files/passing-tests
stestr/tests/files/setup.cfg
stestr/tests/files/stestr.yaml
stestr/tests/files/testr-conf
stestr/tests/repository/__init__.py
stestr/tests/repository/test_file.py
stestr/tests/repository/test_sql.py
stestr/tests/repository/test_util.py
stestr/tests/sample_streams/all_skips.subunit
stestr/tests/sample_streams/failure.subunit
stestr/tests/sample_streams/successful.subunit
tools/build_manpage.sh
tools/find_and_rm.py
tools/testr_to_stestr.py