summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 0.0.170.0.17Robert Collins2013-07-173-2/+13
* Release 0.0.16.0.0.16Robert Collins2013-07-172-1/+4
* * When test listing fails, testr will now report an error rather thanRobert Collins2013-07-174-3/+21
* * A new testr.conf option ``group_regex`` can be used for groupingRobert Collins2013-07-164-2/+48
|\
| * Add group_regex option to .testr.conf to leverage use of group_regexMatthew Treinish2013-07-094-3/+51
* | * The scheduler can now groups tests together permitting co-dependent tests toRobert Collins2013-07-164-14/+99
|\ \ | |/
| * Add group regex scheduling hint to the test partitionerMatthew Treinish2013-07-083-13/+110
* | Make an assertion format check more lenient, for Python 3.3.Robert Collins2013-07-131-1/+1
* | Fix an erroneous unicode to bytes comparison.Robert Collins2013-07-132-2/+3
* | Make failure order stable from memory repository for testing.Robert Collins2013-07-131-2/+3
* | Deal with Python 3 rejecting comparisons between None and None.Robert Collins2013-07-131-1/+1
* | * Fix Python 3.* support for entrypoints; the initial code was Python3Robert Collins2013-07-102-1/+4
* | Remove unneeded test setup.Robert Collins2013-05-191-1/+0
* | Teach load how to cause a failure in response to stdin.Robert Collins2013-04-202-1/+47
|/
* * Switch to using multiprocessing to determine CPU counts.Robert Collins2013-04-193-12/+13
|\
| * Document the change of CPU core detectionChris Jones2013-04-161-4/+4
| * Switch to multiprocessing for detecting CPU core count. This is present as of...Chris Jones2013-04-161-8/+6
* | Only return streams from CLI._iter_stream if the type matches the first type ...Robert Collins2013-04-144-1/+32
* | Simplify load a little.Robert Collins2013-04-131-5/+4
|/
* Consolidate on the StreamResult API for make_results' return values.Robert Collins2013-04-117-100/+52
* Missing (C) header.Robert Collins2013-04-101-0/+14
* Cleanup crufty imports.Robert Collins2013-04-101-11/+2
* Drop unused class TestResultFilter.Robert Collins2013-04-105-100/+0
* Drop the ExtendedToStream wrapping around UI.make_result.Robert Collins2013-04-103-10/+9
* Move tag based test filtering into the UI: many test things won't be filtered...Robert Collins2013-04-1011-132/+79
* Simplify commands.failing.Robert Collins2013-04-092-15/+6
* Release 0.0.15, with minimal subunit v2 support.0.0.15Robert Collins2013-04-084-4/+7
* Fix subunit v1 parallel test execution.Robert Collins2013-04-081-3/+9
* Add test for --subunit support - the UI was previously only loosely tested.Robert Collins2013-04-082-4/+23
* 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-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