Merge lp://staging/~lifeless/testrepository/bug-914166 into lp://staging/~testrepository/testrepository/trunk
Proposed by
Jonathan Lange
Status: | Merged |
---|---|
Merged at revision: | 151 |
Proposed branch: | lp://staging/~lifeless/testrepository/bug-914166 |
Merge into: | lp://staging/~testrepository/testrepository/trunk |
Diff against target: |
918 lines (+359/-155) 19 files modified
NEWS (+8/-3) doc/MANUAL.txt (+20/-2) testrepository/commands/failing.py (+15/-4) testrepository/commands/last.py (+7/-3) testrepository/commands/load.py (+17/-4) testrepository/results.py (+40/-36) testrepository/testcommand.py (+59/-2) testrepository/tests/__init__.py (+17/-0) testrepository/tests/commands/test_failing.py (+15/-1) testrepository/tests/commands/test_last.py (+19/-2) testrepository/tests/commands/test_load.py (+17/-1) testrepository/tests/test_results.py (+16/-7) testrepository/tests/test_testcommand.py (+53/-1) testrepository/tests/test_ui.py (+4/-65) testrepository/tests/ui/test_cli.py (+35/-9) testrepository/ui/__init__.py (+3/-1) testrepository/ui/cli.py (+8/-10) testrepository/ui/decorator.py (+3/-2) testrepository/ui/model.py (+3/-2) |
To merge this branch: | bzr merge lp://staging/~lifeless/testrepository/bug-914166 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
testrepository committers | Pending | ||
Review via email: mp+104217@code.staging.launchpad.net |
Description of the change
This branch is a little larger than I would have preferred, but then, I let things get to how they were, so meh.
There were some trivia, like concrete class tests mixed into the same file as abstract interface tests, which I fixed in drive by. (I didn't scan for other such).
Broadly though, this adds some structure to config file handling, and uses it + subunit-nexts features to implement tag filtering. Older subunits will result in testr not working IFF the setting is set.
To post a comment you must log in.
landing now, will be delighted to tweak on a post-landing review if anyone has time.