summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-1511-73/+69
* * Expects subunit v2 if the local library has v2 support in the subunitRobert Collins2013-03-1011-42/+261
* Update releasing docs and really release 0.0.14.0.0.14Robert Collins2013-02-082-1/+7
* 0.0.14Robert Collins2013-02-0831-228/+297
* Release 0.0.13.0.0.13Robert Collins2013-01-152-1/+4
* * ``setup.py testr`` was not indicating test failures via it's return code.Robert Collins2013-01-152-2/+8
|\
| * Actually return from _run_testr.Monty Taylor2013-01-141-2/+2
|/
* Release 0.0.120.0.12Robert Collins2013-01-132-1/+4
* * There is now a setuptools extension provided by ``testrespository`` making itRobert Collins2013-01-135-1/+126
|\
| * Add setuptools commands for running testr and coverage.Monty Taylor2013-01-115-14/+127
* | * BSD license file incorrectly claimed copyright by subunit contributors.Robert Collins2013-01-122-14/+17
* | Correct a typo in setup.py.Robert Collins2013-01-121-1/+1
* | * .testr.conf is now shipped in the source distribution to aid folk wanting toRobert Collins2013-01-122-0/+8
* | Release 0.0.11.0.0.11Robert Collins2012-12-292-1/+4
* | Tweak docs.Robert Collins2012-12-291-1/+2
* | * Fix another incompatability with Mac OS X - gdbm dbm modules don't supportRobert Collins2012-12-292-1/+11
* | ReST fixes for docs.Robert Collins2012-12-201-16/+11
* | Release 0.0.10.0.0.10Robert Collins2012-12-202-1/+4
* | * It's now possible to configure ``test_run_concurrency`` in ``.testr.conf``Robert Collins2012-12-206-128/+667
|\ \
| * | 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-203-16/+89
| * | Implement test listing and execution with test execution instances.Robert Collins2012-12-194-22/+226
| * | Revert out a test tweak, and add test for behaviour without per-instance exec...Robert Collins2012-12-192-4/+18
| * | Tweak some docs.Robert Collins2012-12-191-3/+5
| * | 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-195-106/+127
| * | * It's now possible to configure ``test_run_concurrency`` in ``.testr.conf``Robert Collins2012-12-193-4/+62
| * | Document overview.Robert Collins2012-12-191-10/+45
| * | Merge trunk.Robert Collins2012-12-1944-146/+2042
| |\ \ | |/ / |/| |
* | | 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