summaryrefslogtreecommitdiff
path: root/testrepository/tests/test_testcommand.py
Commit message (Expand)AuthorAgeFilesLines
* Fix python3 filtering support.Clark Boylan2014-05-191-0/+11
* * When test listing fails, testr will now report an error rather thanRobert Collins2013-07-171-0/+9
* * A new testr.conf option ``group_regex`` can be used for groupingRobert Collins2013-07-161-0/+10
|\
| * Add group_regex option to .testr.conf to leverage use of group_regexMatthew Treinish2013-07-091-0/+9
* | * The scheduler can now groups tests together permitting co-dependent tests toRobert Collins2013-07-161-0/+40
|\ \ | |/
| * Add group regex scheduling hint to the test partitionerMatthew Treinish2013-07-081-0/+31
|/
* Move tag based test filtering into the UI: many test things won't be filtered...Robert Collins2013-04-101-46/+0
* * Expects subunit v2 if the local library has v2 support in the subunitRobert Collins2013-03-101-3/+31
* 0.0.14Robert Collins2013-02-081-30/+31
* Refactor, making the test run case also spin up in advance.Robert Collins2012-12-201-0/+2
* Support creating test execution environments at runtime.Robert Collins2012-12-201-1/+44
* Implement test listing and execution with test execution instances.Robert Collins2012-12-191-1/+90
* Revert out a test tweak, and add test for behaviour without per-instance exec...Robert Collins2012-12-191-2/+15
* Actually implement instance disposal.Robert Collins2012-12-191-1/+38
* Enforce setUp before get_run_command.Robert Collins2012-12-191-1/+1
* * TestCommand is now a fixture. This is used to ensure cached test instancesRobert Collins2012-12-191-0/+5
* * It's now possible to configure ``test_run_concurrency`` in ``.testr.conf``Robert Collins2012-12-191-4/+38
* * As a side effect of fixing bug #597060 additional arguments passed to testrRobert Collins2012-12-031-0/+22
* Pyflakes cleanup.Robert Collins2012-12-031-11/+2
* Stop test_id_list_default masking test_list_option with some horribly convolu...Robert Collins2012-07-241-1/+17
* Implement hiding of tagged tests.Robert Collins2012-05-031-1/+38
* Glue into the active commands a way to get a customised filter, which the nex...Robert Collins2012-04-301-0/+10
* Add config option to set filter tags.Robert Collins2012-01-111-0/+5
* * Test partitioning now handles a corner case where multiple tests have aRobert Collins2012-01-111-0/+23
* Use test timing data to allocate test partitions in --parallel.Robert Collins2010-12-201-3/+30
* Refactor to make it possible to use repository test times in parallel test pa...Robert Collins2010-12-191-4/+4
* * ``testr list-tests`` is a new command that will list the tests for a projectRobert Collins2010-12-061-0/+18
* * ``testr run`` now uses a unique file name rather than hard codingRobert Collins2010-12-051-0/+163