summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Release 0.0.9.0.0.9Robert Collins2012-12-183-1/+15
* | | * On OSX the ``anydbm`` module by default returns an implementation thatRobert Collins2012-12-183-2/+14
|\ \ \
| * | | Document workaround.Robert Collins2012-12-181-1/+5
| * | | Workaround Apple's OSX Python having a brain -damanged bsddb module.Robert Collins2012-12-182-1/+9
|/ / /
* | | Fix .testr.conf example to match what works out there in the wild.Robert Collins2012-12-111-1/+1
* | | * ``testr --analyze-improvements`` now honours test regex filters and onlyRobert Collins2012-12-102-1/+9
* | | Better documentation for setup of .testr.conf.Robert Collins2012-12-092-12/+34
* | | Better keywords.Robert Collins2012-12-091-0/+1
* | | Release 0.0.8.0.0.8Robert Collins2012-12-073-2/+5
* | | * ``testr run --analyze-isolation`` will search the current failing tests forRobert Collins2012-12-073-17/+201
|\ \ \
| * | | First, horribly untested, version of --analyze-failures.Robert Collins2012-12-073-17/+158
| * | | Science fiction.Robert Collins2012-12-062-1/+44
|/ / /
* | | Make failing --subunit always output 0 and document process exit codes for la...Robert Collins2012-12-064-7/+13
* | | * ``testr last`` now supports ``--subunit`` and when passed will outputRobert Collins2012-12-064-24/+68
* | | Slight code cleanup.Robert Collins2012-12-061-3/+2
* | | * ``test failing --subunit`` now exits 0 if there are no failing tests.Robert Collins2012-12-063-2/+24
* | | Document --until-failure.Robert Collins2012-12-061-0/+4
* | | * ``testr run --until-failure`` will repeat a test run until interrupted byRobert Collins2012-12-063-8/+51
* | | * ``testr run --failing`` will no longer run any tests at all if there areRobert Collins2012-12-064-27/+45
|\ \ \
| * | | Fixup last commit.Robert Collins2012-12-061-2/+2
| * | | * ``testr run --failing`` will no longer run any tests at all if there areRobert Collins2012-12-064-25/+43
|/ / /
* | | More accurate docs.Robert Collins2012-12-063-3/+12
|\ \ \
| * | | More accurate getting-going docs.Robert Collins2012-12-063-1/+10
| * | | Remove some sci-fi.Robert Collins2012-12-062-2/+2
|/ / /
* | | * ``testr help command`` now shows the docstring for commands (Robert Collins)Robert Collins2012-12-0510-12/+109
|\ \ \
| * | | * ``testr help command`` now shows the docstring for commands (Robert Collins)Robert Collins2012-12-058-10/+105
| * | | Reference the online docs.Robert Collins2012-12-052-2/+4
|/ / /
* | | * New argument type ``ExistingPathArgument`` for use when commands want to takeRobert Collins2012-12-057-10/+127
|\ \ \
| * | | * ``testr load`` now supports passing filenames to subunit streams to load.Robert Collins2012-12-054-10/+44
| * | | * New argument type ``ExistingPathArgument`` for use when commands want to takeRobert Collins2012-12-054-0/+83
|/ / /
* | | * Test tags are now shown in failures. Of particular interest for folk debggingRobert Collins2012-12-044-5/+25
* | | * Sphinx has been added to tie the documentation toghether (And it is availableRobert Collins2012-12-037-1/+615
* | | * As a side effect of fixing bug #597060 additional arguments passed to testrRobert Collins2012-12-0318-48/+399
|\ \ \
| * | | * As a side effect of fixing bug #597060 additional arguments passed to testrRobert Collins2012-12-0318-37/+354
| * | | Pyflakes cleanup.Robert Collins2012-12-031-11/+2
| * | | Add more docs and tricks, including the fact that this poking isn't actually ...Robert Collins2012-12-031-0/+43
|/ / /
* | | * ``testr run --load-list FILENAME`` will limit the tests run to the test idsRobert Collins2012-12-025-10/+132
* | | ``testr`` will now show the version. (Robert Collins)Robert Collins2012-10-232-2/+6
|\ \ \
| * | | NEWS.Robert Collins2012-10-231-0/+2
| * | | Show the version in testr --version.Robert Collins2012-10-231-2/+4
|/ / /
* | | ``testr run`` will now fail a test run if the test process exits non-zero.Robert Collins2012-10-237-10/+192
|\ \ \ | |_|/ |/| |
| * | Improvements from review - better docs, avoid race condition with process exit.Robert Collins2012-10-233-9/+18
| * | * ``testr run`` will now fail a test run if the test process exits non-zero.Robert Collins2012-10-226-10/+172
| * | Test that failures load detects are propogated to the exit code of run.Robert Collins2012-10-211-2/+12
| * | Ignore testrepository.egg-info.Robert Collins2012-10-211-0/+1
|/ /
| * Sketch out remote operation in manual.Robert Collins2012-10-061-2/+61
|/
* IMPROVEMENTSRobert Collins2012-09-195-5/+62
* Release 0.0.7.Robert Collins2012-09-122-1/+4
* Change to using distribute.Robert Collins2012-09-122-2/+21
* * stream loading will now synthesise datestamps before demultiplexing ratherRobert Collins2012-09-105-10/+22