summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* | * ``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
|/
* IMPROVEMENTSRobert Collins2012-09-191-2/+11
* Release 0.0.7.Robert Collins2012-09-121-0/+3
* Change to using distribute.Robert Collins2012-09-121-0/+6
* * stream loading will now synthesise datestamps before demultiplexing ratherRobert Collins2012-09-101-0/+12
* Stop test_id_list_default masking test_list_option with some horribly convolu...Robert Collins2012-07-241-0/+8
* * ``testr run`` now accepts a --concurrency option, allowing command lineRobert Collins2012-06-181-0/+8
* Release 0.0.6.Robert Collins2012-05-081-1/+4
* Implement hiding of tagged tests.Robert Collins2012-05-031-0/+5
* Glue into the active commands a way to get a customised filter, which the nex...Robert Collins2012-04-301-3/+3
* Another case of the DBM API breakage in Python2.7 fixed.Robert Collins2012-04-301-2/+2
* * ``testr`` will drop into PDB from its command line UI if the environmentRobert Collins2012-04-301-0/+3
* Merge add-worker-id-tagging. tag each test with the ID of the worker that exe...Jonathan Lange2012-04-201-0/+9
* Merge --subunit and --full-results support.Jonathan Lange2012-04-181-0/+4
* Merge encoding-error, fixing crasher bug for unicode streams.Jonathan Lange2012-04-021-0/+4
* * Test partitioning now handles a corner case where multiple tests have aRobert Collins2012-01-111-0/+6
* * The test 'test_outputs_results_to_stdout' was sensitive to changes inRobert Collins2011-10-261-0/+3
* * A horrible thinko in the testrepository test suite came to light and has beenRobert Collins2011-10-261-0/+3
* Refactor the support for counting tests observed vs shown.Robert Collins2011-05-021-0/+4
* * Python2.7 changed the interface for DBM.update, this has been worked around.Robert Collins2011-05-021-0/+6
* Mark current version as 0.0.5.Robert Collins2011-02-261-0/+3
* * ``testr init-repo`` now has a ``--force-init`` option which when providedRobert Collins2011-01-141-1/+4
|\
| * Restore NEWS item lost in conflictJonathan Lange2011-01-131-0/+3
| * Merge trunkJonathan Lange2011-01-131-1/+84
| |\ | |/ |/|
* | Variable expansion no longer does python \ escape expansion.Robert Collins2010-12-281-0/+3
* | Merge most of Martin's win32 work, tweaked, and with the variable substition ...Robert Collins2010-12-271-0/+3
|\ \
* | | Merge Jelmer's samba backend.Robert Collins2010-12-241-0/+4
|/ /
* | Use test timing data to allocate test partitions in --parallel.Robert Collins2010-12-201-3/+6
* | The ``testrepository.repository.Repository`` interface now tracks test timesRobert Collins2010-12-141-0/+4
* | * ``testr load`` and ``testr run`` now have a flag ``--partial``. When setRobert Collins2010-12-071-0/+8
* | * ``testr run`` no longer attempts to expand unknown variables. This permitsRobert Collins2010-12-071-0/+5
* | Parallel testing implemented.Robert Collins2010-12-061-0/+6
* | * ``testr list-tests`` is a new command that will list the tests for a projectRobert Collins2010-12-061-0/+4
* | * ``testr run`` uses an in-process load rather than reinvoking testr. ThisRobert Collins2010-12-061-0/+4
* | * ``testr load`` now loads all input streams in parallel. This has no impactRobert Collins2010-12-061-0/+4
* | * ``testr run`` now uses a unique file name rather than hard codingRobert Collins2010-12-051-0/+4
* | * ``testr run`` now resets the SIGPIPE handler to default - which is whatRobert Collins2010-11-291-0/+3
* | * ``testr run`` will now pass ``-q`` down to ``testr load``.Robert Collins2010-11-291-0/+3