summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a ResourceWarning warningsHEADtrunkVictor Stinner2016-12-071-7/+9
* Remove python 3.2 testing from travis.yml (#28)Matthew Treinish2016-11-291-1/+0
* Fixup quickstart and Makefile for README.rst.Robert Collins2015-07-172-2/+5
* Use the newfangled test discovery feature.Robert Collins2015-07-167-89/+9
* testrepository/setuptools_command.py: Add loggingMarc Abramowitz2015-07-131-0/+12
* Fixup NEWS.Robert Collins2015-07-131-1/+4
* Add coverage package nameMarc Abramowitz2015-07-131-0/+6
* Closes #1409936: Wrong exception on read errors.Robert Collins2015-07-133-0/+12
* Fix 3.3+ tests with nested classnames.Robert Collins2015-07-121-1/+1
* Migrate to pbr for build managementMonty Taylor2015-07-1212-134/+85
* Setup travis.Robert Collins2015-07-121-0/+26
* Fix formatting in packages section of setpy.py.Jonathan C. Otsuka2015-03-101-1/+2
* Fixup tests with latest testtools.Robert Collins2015-03-102-4/+16
* Release 0.0.20.Robert Collins2014-08-272-2/+5
* Tests will be reliably tagged with worker-%d.Robert Collins2014-08-252-3/+13
* Release 0.0.190.0.19Robert Collins2014-08-252-1/+4
* Fix 0 timestamps for enumerated but not run tests.Robert Collins2014-08-254-7/+34
* Update docs for the move to github.Robert Collins2014-08-241-0/+1
* Make subunit 0.0.18 be a hard dependency.Robert Collins2014-08-243-2/+7
* Move to subunit v2 for output of stored streams.Robert Collins2014-08-246-27/+173
* Make sure output_stream can handle non-utf8 bytesRobert Collins2014-08-245-16/+44
* Ignore .swp files.Robert Collins2014-08-221-0/+1
* Added *.pyc to gitignoreAlexei Kornienko2014-08-161-0/+1
* Fix python3 filtering support.Clark Boylan2014-05-193-1/+15
* Ignore files in git.Robert Collins2014-03-111-0/+6
* Improve error rendering of listing issues.Robert Collins2014-03-032-4/+6
* * When list-tests encounters an error, a much clearer response willRobert Collins2014-02-113-2/+40
* * ``run`` was outputting bad MIME types - test/plain, not text/plain.Robert Collins2014-02-113-2/+8
* Release 0.0.18.0.0.18Robert Collins2013-11-062-1/+4
* * ``run`` now accepts ``--isolated`` as a parameter, which will cause eachRobert Collins2013-11-044-2/+73
* * ``capture_ids`` in test_run now returns a list of captures, permitting testsRobert Collins2013-11-042-14/+21
* 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
|/