summaryrefslogtreecommitdiff
path: root/testrepository/tests/ui
Commit message (Expand)AuthorAgeFilesLines
* * ``testr help command`` now shows the docstring for commands (Robert Collins)Robert Collins2012-12-051-1/+27
* * Test tags are now shown in failures. Of particular interest for folk debggingRobert Collins2012-12-041-0/+8
* * As a side effect of fixing bug #597060 additional arguments passed to testrRobert Collins2012-12-031-3/+22
* Refactor, pushing the result creation into the desired shape.Robert Collins2012-05-011-7/+33
* * ``testr`` will drop into PDB from its command line UI if the environmentRobert Collins2012-04-301-0/+27
* Add --full-results switch to get unfiltered output.Brad Crittenden2012-04-171-7/+16
* Add --subunit option to the run command to get subunit output.Brad Crittenden2012-04-171-0/+1
* Use an error object that consistently returns unicode, regardless of locale.Jonathan Lange2012-04-021-2/+5
* Changes suggested in review.Francesco Banconi2012-03-291-6/+2
* Handling non-ascii characters in output.Francesco Banconi2012-03-131-1/+16
* Show a plus when there are more tests.Jonathan Lange2011-11-041-2/+2
* End with new line.Jonathan Lange2011-11-011-1/+1
* No delta test for values.Jonathan Lange2011-11-011-0/+6
* Combining test to make sure.Jonathan Lange2011-11-011-0/+7
* Support other values. Change the API so that we pass in tests & time stuff ex...Jonathan Lange2011-11-011-19/+25
* Actually hook up output_summary.Jonathan Lange2011-11-011-4/+4
* Handling for number of tests run and time takenJonathan Lange2011-11-011-1/+25
* Start of the testing structure for summary code.Jonathan Lange2011-11-011-15/+35
* * The test 'test_outputs_results_to_stdout' was sensitive to changes inRobert Collins2011-10-261-6/+2
* * ``testr load`` and ``testr run`` now have a flag ``--partial``. When setRobert Collins2010-12-072-0/+34
* Review comments.Jonathan Lange2010-10-011-0/+1
* Give the UI's TestResult object full responsibility for summing up the result Jonathan Lange2010-09-201-2/+3
* Refactor the CLITestResult tests so they don't care so much about how resultsJonathan Lange2010-09-121-3/+8
* make_result now takes a callable that returns the id of the test run.Jonathan Lange2010-09-121-1/+1
* Merge trunk, doing major work to resolve the conflict in the failing command.Jonathan Lange2010-09-121-1/+10
|\
| * Merge jml's failing --list patch.Robert Collins2010-09-121-0/+9
| |\
| | * Extend the UI interface to have support for listing tests.Jonathan Lange2010-09-071-0/+9
| * | Display values in foo=bar, baz=qux form, making it easier to match namesJonathan Lange2010-08-031-1/+1
| |/
* | output_results isn't needed.Jonathan Lange2010-08-041-1/+2
* | Display errors as soon as the ui finds out about them.Jonathan Lange2010-08-041-0/+24
* | Extract out the logic for formatting errors.Jonathan Lange2010-08-041-0/+28
* | FlakesJonathan Lange2010-08-041-4/+3
|/
* New argument type ``StringArgument`` for use when a supplied argument is justRobert Collins2010-02-281-1/+11
* Add error reporting facility.Robert Collins2010-01-161-0/+14
* Add stream output support for the UI.Robert Collins2010-01-141-0/+6
* Hook arg parsing into command execution.Robert Collins2010-01-091-0/+21
* Add an output_rest method to UI.Robert Collins2010-01-091-21/+21
* Add output_table to ui.Robert Collins2010-01-091-0/+10
* Add ui.output_results().Robert Collins2010-01-081-0/+28
* Add a very rudimentary structured output facility.Robert Collins2010-01-051-0/+10
* Teach UI about -d HERE and the concept of 'here'.Robert Collins2009-12-251-0/+9
* Outline streams API for ui objects, and tell ui objects about their command.Robert Collins2009-12-251-0/+14
* Start on the init command.Robert Collins2009-12-222-0/+55