summaryrefslogtreecommitdiff
path: root/python/subunit/tests/test_run.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve showing of import errors in the Python runner.Robert Collins2014-11-181-0/+12
| | | | This depends on testtools 1.4.0 to get the improved behaviour.
* Fix tests with testtools 1.2.0 and above.Robert Collins2014-11-181-2/+7
| | | | | Import errors don't break execution or listing now in testtools, so to test execution breaking we have to be a little bit more direct.
* 0.0.19Robert Collins2014-08-241-11/+35
| | | | | | | | | | | | ------ IMPROVEMENTS ~~~~~~~~~~~~ * ``subunit.run`` in Python will now exit 0 as long as the test stream has been generated correctly - this has always been the intent but API friction with testtools had prevented it working. (Robert Collins)
* Exit non-zero when listing includes import failures.Robert Collins2013-11-301-2/+12
|
* BUG FIXESRobert Collins2013-06-161-6/+0
| | | | | | | | ~~~~~~~~~ * Removed GPL files that were (C) non Subunit Developers - they are incompatible for binary distribution, which affects redistributors. (Robert Collins, #1185591)
* Enumerate tests before running (permits progress bars).Robert Collins2013-03-041-0/+15
|
* Convert subunit.run to v2.Robert Collins2013-03-031-13/+6
|
* * Python3 support regressed in trunk.Robert Collins2012-05-081-2/+2
| | | | (Arfrever Frehtes Taifersar Arahesis, #987514)
* Copyright update.Jonathan Lange2011-11-011-2/+1
|
* Have the output of subunit.run include timing information.James Westby2011-11-011-0/+53