summaryrefslogtreecommitdiff
path: root/testrepository/ui
Commit message (Expand)AuthorAgeFilesLines
* Drop support for pre-0.0.11 versions of subunit.v2-onlyJelmer Vernooij2018-08-261-7/+1
* Make sure output_stream can handle non-utf8 bytesRobert Collins2014-08-241-2/+7
* Improve error rendering of listing issues.Robert Collins2014-03-031-1/+1
* Only return streams from CLI._iter_stream if the type matches the first type ...Robert Collins2013-04-141-0/+7
* Consolidate on the StreamResult API for make_results' return values.Robert Collins2013-04-113-76/+39
* Drop unused class TestResultFilter.Robert Collins2013-04-101-1/+0
* Drop the ExtendedToStream wrapping around UI.make_result.Robert Collins2013-04-102-9/+8
* Move tag based test filtering into the UI: many test things won't be filtered...Robert Collins2013-04-102-6/+39
* Add test for --subunit support - the UI was previously only loosely tested.Robert Collins2013-04-081-2/+9
* Change get_test() APIs to return StreamResult rather than TestResult emitting...Robert Collins2013-04-011-2/+23
* Migrate to new streamresult concurrent test suite API.Robert Collins2013-03-221-1/+6
* Split out event forwarding and summarising roles for make_result.Robert Collins2013-03-163-6/+10
* Start getting streamresult into the innards.Robert Collins2013-03-153-7/+20
* * Expects subunit v2 if the local library has v2 support in the subunitRobert Collins2013-03-101-0/+3
* 0.0.14Robert Collins2013-02-084-31/+55
* * ``testr help command`` now shows the docstring for commands (Robert Collins)Robert Collins2012-12-051-5/+7
* * ``testr load`` now supports passing filenames to subunit streams to load.Robert Collins2012-12-051-1/+1
* * Test tags are now shown in failures. Of particular interest for folk debggingRobert Collins2012-12-041-0/+5
* * As a side effect of fixing bug #597060 additional arguments passed to testrRobert Collins2012-12-031-1/+10
* Improvements from review - better docs, avoid race condition with process exit.Robert Collins2012-10-231-0/+3
* * ``testr run`` will now fail a test run if the test process exits non-zero.Robert Collins2012-10-221-1/+6
* Refactor, pushing the result creation into the desired shape.Robert Collins2012-05-014-14/+17
* Glue into the active commands a way to get a customised filter, which the nex...Robert Collins2012-04-301-2/+1
* * ``testr`` will drop into PDB from its command line UI if the environmentRobert Collins2012-04-301-0/+8
* Add --full-results switch to get unfiltered output.Brad Crittenden2012-04-171-3/+11
* Add --subunit option to the run command to get subunit output.Brad Crittenden2012-04-171-1/+6
* Changes suggested in review.Francesco Banconi2012-03-291-3/+4
* Fixed outpit encoding when stream has encoding set to None.Francesco Banconi2012-03-151-1/+1
* Handling non-ascii characters in output.Francesco Banconi2012-03-131-3/+4
* Show a plus when there are more tests.Jonathan Lange2011-11-041-1/+1
* Settle for what we have now.Jonathan Lange2011-11-041-2/+0
* Maybe cleaner.Jonathan Lange2011-11-031-18/+19
* Fix documentation.Jonathan Lange2011-11-031-3/+3
* Put in research findings.Jonathan Lange2011-11-031-1/+3
* New TODOJonathan Lange2011-11-031-0/+1
* Already-done TODOJonathan Lange2011-11-031-3/+0
* Include failures delta.Jonathan Lange2011-11-031-4/+7
* Include test run delta.Jonathan Lange2011-11-031-2/+6
* Time delta informationJonathan Lange2011-11-031-1/+13
* Pass through previous run.Jonathan Lange2011-11-033-4/+5
* Make the base UI a summary result.Jonathan Lange2011-11-021-19/+4
* Extend make_result to accept previous run.Jonathan Lange2011-11-024-9/+10
* Display test run time after loading.Jonathan Lange2011-11-021-2/+15
* Extract timedelta_to_seconds helper.Jonathan Lange2011-11-021-0/+2
* TODOs.Jonathan Lange2011-11-012-1/+7
* End with new line.Jonathan Lange2011-11-011-0/+1
* Actually use output_summary. Update all of the tests for its new APIJonathan Lange2011-11-011-4/+4
* Combining test to make sure.Jonathan Lange2011-11-011-1/+2
* Support other values. Change the API so that we pass in tests & time stuff ex...Jonathan Lange2011-11-014-21/+32
* Actually hook up output_summary.Jonathan Lange2011-11-011-1/+1