summaryrefslogtreecommitdiff
path: root/testrepository/commands
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #42 from jelmer/v2-onlyJelmer Vernooij2018-11-282-34/+7
|\
| * Drop support for pre-0.0.11 versions of subunit.v2-onlyJelmer Vernooij2018-08-262-34/+7
* | Add --force-init support to 'testr run'.Jelmer Vernooij2018-06-151-1/+12
|/
* Fixup quickstart and Makefile for README.rst.Robert Collins2015-07-171-0/+3
* Migrate to pbr for build managementMonty Taylor2015-07-121-0/+5
* Tests will be reliably tagged with worker-%d.Robert Collins2014-08-251-3/+4
* * ``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-2/+21
* Fix an erroneous unicode to bytes comparison.Robert Collins2013-07-131-1/+1
* Teach load how to cause a failure in response to stdin.Robert Collins2013-04-201-1/+34
* Only return streams from CLI._iter_stream if the type matches the first type ...Robert Collins2013-04-141-1/+2
* Simplify load a little.Robert Collins2013-04-131-5/+4
* Drop unused class TestResultFilter.Robert Collins2013-04-101-1/+0
* Move tag based test filtering into the UI: many test things won't be filtered...Robert Collins2013-04-101-1/+1
* Simplify commands.failing.Robert Collins2013-04-091-14/+6
* Fix subunit v1 parallel test execution.Robert Collins2013-04-081-3/+9
* Change get_test() APIs to return StreamResult rather than TestResult emitting...Robert Collins2013-04-012-16/+24
* Migrate to new streamresult concurrent test suite API.Robert Collins2013-03-221-12/+3
* Split out event forwarding and summarising roles for make_result.Robert Collins2013-03-163-14/+14
* 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-161-2/+1
* Cleanup the switch to using inserter state.Robert Collins2013-03-151-1/+1
* Change run_id to be read from the object rather than a local binding.Robert Collins2013-03-151-11/+4
* Use ConcurrentStreamResult always.Robert Collins2013-03-151-17/+19
* Start getting streamresult into the innards.Robert Collins2013-03-153-5/+5
* * Expects subunit v2 if the local library has v2 support in the subunitRobert Collins2013-03-102-9/+38
* 0.0.14Robert Collins2013-02-084-15/+24
* * TestCommand is now a fixture. This is used to ensure cached test instancesRobert Collins2012-12-192-105/+113
* * ``testr --analyze-improvements`` now honours test regex filters and onlyRobert Collins2012-12-101-1/+3
* First, horribly untested, version of --analyze-failures.Robert Collins2012-12-071-16/+150
* Science fiction.Robert Collins2012-12-061-1/+4
* Make failing --subunit always output 0 and document process exit codes for la...Robert Collins2012-12-062-4/+9
* * ``testr last`` now supports ``--subunit`` and when passed will outputRobert Collins2012-12-061-0/+14
* Slight code cleanup.Robert Collins2012-12-061-3/+2
* * ``test failing --subunit`` now exits 0 if there are no failing tests.Robert Collins2012-12-061-1/+1
* * ``testr run --until-failure`` will repeat a test run until interrupted byRobert Collins2012-12-061-8/+19
* More accurate getting-going docs.Robert Collins2012-12-061-0/+3
* Remove some sci-fi.Robert Collins2012-12-061-1/+1
* * ``testr help command`` now shows the docstring for commands (Robert Collins)Robert Collins2012-12-052-2/+30
* Reference the online docs.Robert Collins2012-12-051-1/+2
* * ``testr load`` now supports passing filenames to subunit streams to load.Robert Collins2012-12-051-1/+10
* * As a side effect of fixing bug #597060 additional arguments passed to testrRobert Collins2012-12-032-5/+24
* * ``testr run --load-list FILENAME`` will limit the tests run to the test idsRobert Collins2012-12-021-0/+14
* Show the version in testr --version.Robert Collins2012-10-231-2/+4
* Improvements from review - better docs, avoid race condition with process exit.Robert Collins2012-10-231-8/+12
* * ``testr run`` will now fail a test run if the test process exits non-zero.Robert Collins2012-10-221-1/+62
* * stream loading will now synthesise datestamps before demultiplexing ratherRobert Collins2012-09-101-2/+3
* * ``testr run`` now accepts a --concurrency option, allowing command lineRobert Collins2012-06-181-0/+2
* Refactor, pushing the result creation into the desired shape.Robert Collins2012-05-013-11/+16
* Glue into the active commands a way to get a customised filter, which the nex...Robert Collins2012-04-303-10/+33