summaryrefslogtreecommitdiff
path: root/testrepository/tests
Commit message (Expand)AuthorAgeFilesLines
* Use the newfangled test discovery feature.Robert Collins2015-07-166-88/+8
* Closes #1409936: Wrong exception on read errors.Robert Collins2015-07-131-0/+8
* Fix 3.3+ tests with nested classnames.Robert Collins2015-07-121-1/+1
* Migrate to pbr for build managementMonty Taylor2015-07-121-3/+3
* Fixup tests with latest testtools.Robert Collins2015-03-101-4/+10
* Fix 0 timestamps for enumerated but not run tests.Robert Collins2014-08-251-5/+27
* Move to subunit v2 for output of stored streams.Robert Collins2014-08-243-18/+139
* Make sure output_stream can handle non-utf8 bytesRobert Collins2014-08-243-14/+31
* Fix python3 filtering support.Clark Boylan2014-05-191-0/+11
* * ``run`` was outputting bad MIME types - test/plain, not text/plain.Robert Collins2014-02-111-1/+1
* * ``run`` now accepts ``--isolated`` as a parameter, which will cause eachRobert Collins2013-11-041-0/+29
* * ``capture_ids`` in test_run now returns a list of captures, permitting testsRobert Collins2013-11-041-14/+15
* * 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
* | 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-131-1/+2
* | Remove unneeded test setup.Robert Collins2013-05-191-1/+0
* | Teach load how to cause a failure in response to stdin.Robert Collins2013-04-201-0/+13
|/
* Only return streams from CLI._iter_stream if the type matches the first type ...Robert Collins2013-04-141-0/+15
* Consolidate on the StreamResult API for make_results' return values.Robert Collins2013-04-114-24/+13
* Cleanup crufty imports.Robert Collins2013-04-101-11/+2
* Drop unused class TestResultFilter.Robert Collins2013-04-101-55/+0
* Drop the ExtendedToStream wrapping around UI.make_result.Robert Collins2013-04-101-1/+1
* Move tag based test filtering into the UI: many test things won't be filtered...Robert Collins2013-04-106-92/+38
* Add test for --subunit support - the UI was previously only loosely tested.Robert Collins2013-04-081-2/+14
* Change get_test() APIs to return StreamResult rather than TestResult emitting...Robert Collins2013-04-013-22/+27
* Migrate to new streamresult concurrent test suite API.Robert Collins2013-03-221-14/+0
* Split out event forwarding and summarising roles for make_result.Robert Collins2013-03-162-8/+10
* Move internal get_inserter to be StreamResult based.Robert Collins2013-03-168-144/+112
* Cleanup the switch to using inserter state.Robert Collins2013-03-151-0/+1
* Fix test_cli for python 2.xRobert Collins2013-03-151-1/+1
* Start getting streamresult into the innards.Robert Collins2013-03-153-60/+38
* * Expects subunit v2 if the local library has v2 support in the subunitRobert Collins2013-03-105-31/+181
* 0.0.14Robert Collins2013-02-0816-140/+156
* 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
* Make failing --subunit always output 0 and document process exit codes for la...Robert Collins2012-12-061-1/+1
* * ``testr last`` now supports ``--subunit`` and when passed will outputRobert Collins2012-12-061-16/+45
* * ``test failing --subunit`` now exits 0 if there are no failing tests.Robert Collins2012-12-061-1/+20
* * ``testr run --until-failure`` will repeat a test run until interrupted byRobert Collins2012-12-061-0/+29
* * ``testr run --failing`` will no longer run any tests at all if there areRobert Collins2012-12-061-10/+21