os-testr/os_testr/tests
Matthew Treinish 2b3e2e88f7
Fix load command in pdb/no-discover path
This commit fixes a small oversight in the ostestr --pdb/--no-discover
path. When we go to load the results from the run the command used to
load the results was still using testrepository, which is not used
anywhere else in ostestr at this point.(and is not in requirements.txt
anymore) This commit fixes this and switches it to use stestr instead.
That also exposed another bug in that code path where it was assuming
a repository was created before ostestr was run which is fixed as part
of this commit.

Change-Id: Icb3492ab0f08248a33f711807b150b4a9748fda6
2018-01-17 12:34:51 -05:00
..
files Switch to stestr under the covers 2017-08-29 11:03:30 -04:00
sample_streams Fail if no tests were successfully executed 2015-11-18 18:48:24 -05:00
utils Add unit test for colorizer 2016-01-12 13:58:24 +09:00
__init__.py Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
base.py Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
test_ostestr.py Fix load command in pdb/no-discover path 2018-01-17 12:34:51 -05:00
test_regex_builder.py Fix regex builder 2017-11-24 16:59:10 +01:00
test_return_codes.py Switch to stestr under the covers 2017-08-29 11:03:30 -04:00
test_subunit2html.py Track failures during sorting of test results 2016-11-10 18:24:09 +00:00
test_subunit_trace.py Split functionality out of main 2016-05-23 16:09:58 -04:00
testlist_builder.py Fix typo and change regexp to regex 2016-12-02 17:18:08 +09:00