summaryrefslogtreecommitdiff
path: root/testrepository
Commit message (Expand)AuthorAgeFilesLines
...
* Change get_test() APIs to return StreamResult rather than TestResult emitting...Robert Collins2013-04-0110-75/+135
* Migrate to new streamresult concurrent test suite API.Robert Collins2013-03-223-27/+9
* Split out event forwarding and summarising roles for make_result.Robert Collins2013-03-168-28/+34
* More reasoning for \n in return-code injection.Robert Collins2013-03-161-1/+4
* Move internal get_inserter to be StreamResult based.Robert Collins2013-03-1612-263/+191
* Cleanup the switch to using inserter state.Robert Collins2013-03-153-1/+9
* Change run_id to be read from the object rather than a local binding.Robert Collins2013-03-152-11/+5
* Fix test_cli for python 2.xRobert Collins2013-03-151-1/+1
* Use ConcurrentStreamResult always.Robert Collins2013-03-151-17/+19
* Start getting streamresult into the innards.Robert Collins2013-03-1510-73/+66
* * Expects subunit v2 if the local library has v2 support in the subunitRobert Collins2013-03-1010-42/+252
* Update releasing docs and really release 0.0.14.0.0.14Robert Collins2013-02-081-1/+1
* 0.0.14Robert Collins2013-02-0829-224/+284
* Release 0.0.13.0.0.13Robert Collins2013-01-151-1/+1
* Actually return from _run_testr.Monty Taylor2013-01-141-2/+2
* Release 0.0.120.0.12Robert Collins2013-01-131-1/+1
* * There is now a setuptools extension provided by ``testrespository`` making itRobert Collins2013-01-131-0/+94
|\
| * Add setuptools commands for running testr and coverage.Monty Taylor2013-01-111-0/+86
* | Release 0.0.11.0.0.11Robert Collins2012-12-291-1/+1
* | * Fix another incompatability with Mac OS X - gdbm dbm modules don't supportRobert Collins2012-12-291-1/+5
* | Release 0.0.10.0.0.10Robert Collins2012-12-201-1/+1
* | Update testr help run docs for new options.Robert Collins2012-12-201-0/+11
* | Refactor, making the test run case also spin up in advance.Robert Collins2012-12-202-28/+21
* | Support creating test execution environments at runtime.Robert Collins2012-12-202-16/+85
* | Implement test listing and execution with test execution instances.Robert Collins2012-12-192-15/+211
* | Revert out a test tweak, and add test for behaviour without per-instance exec...Robert Collins2012-12-192-4/+18
* | Actually implement instance disposal.Robert Collins2012-12-192-3/+58
* | Enforce setUp before get_run_command.Robert Collins2012-12-192-1/+15
* | * TestCommand is now a fixture. This is used to ensure cached test instancesRobert Collins2012-12-194-106/+120
* | * It's now possible to configure ``test_run_concurrency`` in ``.testr.conf``Robert Collins2012-12-192-4/+56
* | Release 0.0.9.0.0.9Robert Collins2012-12-181-1/+1
* | Workaround Apple's OSX Python having a brain -damanged bsddb module.Robert Collins2012-12-181-1/+5
* | * ``testr --analyze-improvements`` now honours test regex filters and onlyRobert Collins2012-12-101-1/+3
* | Better documentation for setup of .testr.conf.Robert Collins2012-12-091-0/+4
* | Release 0.0.8.0.0.8Robert Collins2012-12-071-1/+1
* | First, horribly untested, version of --analyze-failures.Robert Collins2012-12-071-16/+150
* | Science fiction.Robert Collins2012-12-061-1/+4
* | Make failing --subunit always output 0 and document process exit codes for la...Robert Collins2012-12-063-5/+10
* | * ``testr last`` now supports ``--subunit`` and when passed will outputRobert Collins2012-12-062-16/+59
* | Slight code cleanup.Robert Collins2012-12-061-3/+2
* | * ``test failing --subunit`` now exits 0 if there are no failing tests.Robert Collins2012-12-062-2/+21
* | * ``testr run --until-failure`` will repeat a test run until interrupted byRobert Collins2012-12-062-8/+48
* | 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-062-12/+23
* | More accurate getting-going docs.Robert Collins2012-12-061-0/+3
* | Remove some sci-fi.Robert Collins2012-12-061-1/+1
* | * ``testr help command`` now shows the docstring for commands (Robert Collins)Robert Collins2012-12-057-10/+100
* | Reference the online docs.Robert Collins2012-12-051-1/+2
* | * ``testr load`` now supports passing filenames to subunit streams to load.Robert Collins2012-12-053-3/+34
* | * New argument type ``ExistingPathArgument`` for use when commands want to takeRobert Collins2012-12-053-0/+80