summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* * ``run`` was outputting bad MIME types - test/plain, not text/plain.Robert Collins2014-02-111-0/+6
* Release 0.0.18.0.0.18Robert Collins2013-11-061-0/+3
* * ``run`` now accepts ``--isolated`` as a parameter, which will cause eachRobert Collins2013-11-041-0/+8
* * ``capture_ids`` in test_run now returns a list of captures, permitting testsRobert Collins2013-11-041-0/+6
* 0.0.170.0.17Robert Collins2013-07-171-0/+9
* Release 0.0.16.0.0.16Robert Collins2013-07-171-0/+3
* * When test listing fails, testr will now report an error rather thanRobert Collins2013-07-171-0/+4
* * A new testr.conf option ``group_regex`` can be used for groupingRobert Collins2013-07-161-0/+3
|\
| * Add group_regex option to .testr.conf to leverage use of group_regexMatthew Treinish2013-07-091-0/+3
* | * The scheduler can now groups tests together permitting co-dependent tests toRobert Collins2013-07-161-0/+5
|\ \ | |/
* | * Fix Python 3.* support for entrypoints; the initial code was Python3Robert Collins2013-07-101-0/+3
|/
* * Switch to using multiprocessing to determine CPU counts.Robert Collins2013-04-191-0/+3
|\
* | Only return streams from CLI._iter_stream if the type matches the first type ...Robert Collins2013-04-141-0/+8
|/
* Release 0.0.15, with minimal subunit v2 support.0.0.15Robert Collins2013-04-081-0/+3
* Start getting streamresult into the innards.Robert Collins2013-03-151-0/+3
* * Expects subunit v2 if the local library has v2 support in the subunitRobert Collins2013-03-101-0/+9
* 0.0.14Robert Collins2013-02-081-0/+9
* Release 0.0.13.0.0.13Robert Collins2013-01-151-0/+3
* * ``setup.py testr`` was not indicating test failures via it's return code.Robert Collins2013-01-151-0/+6
* Release 0.0.120.0.12Robert Collins2013-01-131-0/+3
* * There is now a setuptools extension provided by ``testrespository`` making itRobert Collins2013-01-131-0/+7
|\
* | * BSD license file incorrectly claimed copyright by subunit contributors.Robert Collins2013-01-121-0/+3
* | * .testr.conf is now shipped in the source distribution to aid folk wanting toRobert Collins2013-01-121-0/+7
* | Release 0.0.11.0.0.11Robert Collins2012-12-291-0/+3
* | * Fix another incompatability with Mac OS X - gdbm dbm modules don't supportRobert Collins2012-12-291-0/+6
* | Release 0.0.10.0.0.10Robert Collins2012-12-201-0/+3
* | Support creating test execution environments at runtime.Robert Collins2012-12-201-0/+4
* | Implement test listing and execution with test execution instances.Robert Collins2012-12-191-0/+4
* | * TestCommand is now a fixture. This is used to ensure cached test instancesRobert Collins2012-12-191-0/+7
* | * It's now possible to configure ``test_run_concurrency`` in ``.testr.conf``Robert Collins2012-12-191-0/+6
* | Release 0.0.9.0.0.9Robert Collins2012-12-181-0/+3
* | Workaround Apple's OSX Python having a brain -damanged bsddb module.Robert Collins2012-12-181-0/+4
* | * ``testr --analyze-improvements`` now honours test regex filters and onlyRobert Collins2012-12-101-0/+6
* | Release 0.0.8.0.0.8Robert Collins2012-12-071-0/+3
* | First, horribly untested, version of --analyze-failures.Robert Collins2012-12-071-0/+4
* | Make failing --subunit always output 0 and document process exit codes for la...Robert Collins2012-12-061-2/+3
* | * ``testr last`` now supports ``--subunit`` and when passed will outputRobert Collins2012-12-061-0/+5
* | * ``test failing --subunit`` now exits 0 if there are no failing tests.Robert Collins2012-12-061-0/+3
* | * ``testr run --until-failure`` will repeat a test run until interrupted byRobert Collins2012-12-061-0/+3
* | * ``testr run --failing`` will no longer run any tests at all if there areRobert Collins2012-12-061-0/+3
* | * ``testr help command`` now shows the docstring for commands (Robert Collins)Robert Collins2012-12-051-0/+5
* | * ``testr load`` now supports passing filenames to subunit streams to load.Robert Collins2012-12-051-7/+10
* | * New argument type ``ExistingPathArgument`` for use when commands want to takeRobert Collins2012-12-051-0/+3
* | * Test tags are now shown in failures. Of particular interest for folk debggingRobert Collins2012-12-041-0/+4
* | * Sphinx has been added to tie the documentation toghether (And it is availableRobert Collins2012-12-031-0/+3
* | * As a side effect of fixing bug #597060 additional arguments passed to testrRobert Collins2012-12-031-0/+30
* | * ``testr run --load-list FILENAME`` will limit the tests run to the test idsRobert Collins2012-12-021-0/+5
* | NEWS.Robert Collins2012-10-231-0/+2
* | Improvements from review - better docs, avoid race condition with process exit.Robert Collins2012-10-231-1/+3
* | * ``testr run`` will now fail a test run if the test process exits non-zero.Robert Collins2012-10-221-0/+3
|/