summaryrefslogtreecommitdiff
path: root/testrepository/tests/commands
Commit message (Expand)AuthorAgeFilesLines
* Make failing --subunit always output 0 and document process exit codes for la...Robert Collins2012-12-061-1/+1
* * ``testr last`` now supports ``--subunit`` and when passed will outputRobert Collins2012-12-061-16/+45
* * ``test failing --subunit`` now exits 0 if there are no failing tests.Robert Collins2012-12-061-1/+20
* * ``testr run --until-failure`` will repeat a test run until interrupted byRobert Collins2012-12-061-0/+29
* * ``testr run --failing`` will no longer run any tests at all if there areRobert Collins2012-12-061-10/+21
* * ``testr help command`` now shows the docstring for commands (Robert Collins)Robert Collins2012-12-051-1/+16
* * ``testr load`` now supports passing filenames to subunit streams to load.Robert Collins2012-12-051-1/+23
* * As a side effect of fixing bug #597060 additional arguments passed to testrRobert Collins2012-12-032-8/+78
* * ``testr run --load-list FILENAME`` will limit the tests run to the test idsRobert Collins2012-12-021-8/+79
* * ``testr run`` will now fail a test run if the test process exits non-zero.Robert Collins2012-10-221-4/+88
* Test that failures load detects are propogated to the exit code of run.Robert Collins2012-10-211-2/+12
* IMPROVEMENTSRobert Collins2012-09-191-1/+35
* * stream loading will now synthesise datestamps before demultiplexing ratherRobert Collins2012-09-101-2/+2
* Compat with subunit trunk.Robert Collins2012-05-031-1/+1
* Refactor, pushing the result creation into the desired shape.Robert Collins2012-05-013-15/+6
* Glue into the active commands a way to get a customised filter, which the nex...Robert Collins2012-04-303-3/+59
* add worker-id tagging with fix to work with testtools trunkBenji York2012-04-191-0/+16
|\
| * simplify testBenji York2012-04-181-2/+0
| * remove unneeded importBenji York2012-04-181-1/+0
| * add test for worker-id-tagging wrapperBenji York2012-04-181-0/+19
|/
* Show a delta between the last run and the run before it on 'testr load',Jonathan Lange2011-11-174-12/+84
|\
| * Show the diff between last and the one previous runJonathan Lange2011-11-031-2/+2
| * Include failures delta.Jonathan Lange2011-11-031-1/+1
| * Include test run delta.Jonathan Lange2011-11-032-7/+7
| * Time delta informationJonathan Lange2011-11-031-0/+46
| * Memory repository wasn't including time, which made it really confusing toJonathan Lange2011-11-031-1/+2
| * Display test run time after loading.Jonathan Lange2011-11-021-0/+21
| * Make the tests correspond closer to what they need to test.Jonathan Lange2011-11-021-3/+3
| * Actually use output_summary. Update all of the tests for its new APIJonathan Lange2011-11-014-12/+16
* | Add an option to show all rows.James Westby2011-10-311-6/+25
* | Format the times such that the decimal places are aligned.James Westby2011-10-311-5/+7
* | Limit the number of rows shown by default.James Westby2011-10-311-0/+21
* | Add a header to the table.James Westby2011-10-311-2/+5
* | First steps to having a "slowest" command.James Westby2011-10-312-0/+105
|/
* Use assertThatJonathan Lange2011-01-131-2/+3
* Add a '--force-init' option and only initialize repo on load if it's passed.Jonathan Lange2011-01-131-3/+17
* Merge trunkJonathan Lange2011-01-136-49/+200
|\
| * Refactor to make it possible to use repository test times in parallel test pa...Robert Collins2010-12-191-1/+4
| * * ``testr load`` and ``testr run`` now have a flag ``--partial``. When setRobert Collins2010-12-072-0/+32
| * * ``testr list-tests`` is a new command that will list the tests for a projectRobert Collins2010-12-062-0/+91
| * * ``testr run`` uses an in-process load rather than reinvoking testr. ThisRobert Collins2010-12-061-25/+37
| * * ``testr load`` now loads all input streams in parallel. This has no impactRobert Collins2010-12-061-16/+0
| * * ``testr run`` now uses a unique file name rather than hard codingRobert Collins2010-12-051-0/+2
| * * ``testr run`` will now pass ``-q`` down to ``testr load``.Robert Collins2010-11-291-0/+15
| * * ``testr run`` will now pass -d to the ``testr load`` invocation, so thatRobert Collins2010-11-291-6/+7
| * * The testrepository test suite depends on testtools 0.9.8. (Robert Collins)Robert Collins2010-11-151-1/+2
| * Probably not.Jonathan Lange2010-09-201-6/+0
| * Give the UI's TestResult object full responsibility for summing up the result Jonathan Lange2010-09-202-4/+26
| * Use Wildcard to make matching UI output a little nicer.Jonathan Lange2010-09-193-14/+8
* | Merge trunkJonathan Lange2010-09-171-3/+27
|\ \ | |/