summaryrefslogtreecommitdiff
path: root/testrepository/ui/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Consolidate on the StreamResult API for make_results' return values.Robert Collins2013-04-111-22/+12
* Change get_test() APIs to return StreamResult rather than TestResult emitting...Robert Collins2013-04-011-2/+23
* Split out event forwarding and summarising roles for make_result.Robert Collins2013-03-161-0/+2
* Start getting streamresult into the innards.Robert Collins2013-03-151-1/+4
* 0.0.14Robert Collins2013-02-081-1/+1
* Refactor, pushing the result creation into the desired shape.Robert Collins2012-05-011-1/+3
* 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-031-1/+2
* Make the base UI a summary result.Jonathan Lange2011-11-021-19/+4
* Extend make_result to accept previous run.Jonathan Lange2011-11-021-1/+2
* 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-011-0/+5
* Actually use output_summary. Update all of the tests for its new APIJonathan Lange2011-11-011-4/+4
* Support other values. Change the API so that we pass in tests & time stuff ex...Jonathan Lange2011-11-011-1/+1
* Put output_summary in the UI interface.Jonathan Lange2011-11-011-0/+15
* Review comments.Jonathan Lange2010-10-011-2/+2
* Give the UI's TestResult object full responsibility for summing up the result Jonathan Lange2010-09-201-0/+41
* make_result now takes a callable that returns the id of the test run.Jonathan Lange2010-09-121-2/+6
* output_results isn't needed.Jonathan Lange2010-08-041-12/+0
* Add make_result to the UI contract.Jonathan Lange2010-08-041-0/+4
* New argument type ``StringArgument`` for use when a supplied argument is justRobert Collins2010-02-281-2/+4
* Add a indirected subprocess.Popen to permit testing of the planned run command.Robert Collins2010-02-081-0/+10
* Add error reporting facility.Robert Collins2010-01-161-0/+10
* Add stream output support for the UI.Robert Collins2010-01-141-0/+11
* Hook arg parsing into command execution.Robert Collins2010-01-091-0/+8
* Add an output_rest method to UI.Robert Collins2010-01-091-0/+10
* Add output_table to ui.Robert Collins2010-01-091-7/+16
* Add ui.output_results().Robert Collins2010-01-081-0/+19
* Add access to options and a global quiet option.Robert Collins2009-12-281-0/+2
* Teach UI about -d HERE and the concept of 'here'.Robert Collins2009-12-251-0/+4
* Outline streams API for ui objects, and tell ui objects about their command.Robert Collins2009-12-251-1/+41
* Outline the UI module and it's responsibilities.Robert Collins2009-12-221-0/+40