summaryrefslogtreecommitdiff
path: root/python/subunit/run.py
Commit message (Expand)AuthorAgeFilesLines
* Sort Python import definitions with isortJelmer Vernooij2023-01-311-8/+2
* Explicitly invoke python3.Jelmer Vernooij2022-01-251-1/+1
* Remove logic for Python < 3.6Stephen Finucane2021-12-151-4/+1
* Support --locals in tracebacks and release 1.1.01.1.0Robert Collins2015-03-101-1/+4
* Remove support for SUBUNIT_FORMATTER, which has been broken for a long time.Jelmer Vernooij2014-12-111-3/+1
* Remove unused import.Jelmer Vernooij2014-12-021-1/+0
* Improve showing of import errors in the Python runner.Robert Collins2014-11-181-1/+5
* 0.0.19Robert Collins2014-08-241-14/+28
* Exit non-zero when listing includes import failures.Robert Collins2013-11-301-5/+12
* * The logic for `subunit.run` is now importable via python -Robert Collins2013-06-171-1/+5
* Switch to variable length encoded integers.Robert Collins2013-03-311-1/+1
* * ``subunit.run`` now replaces sys.stdout to ensure that stdout is unbufferedRobert Collins2013-03-131-0/+7
* Fixes from getting testrepository running with v2.Robert Collins2013-03-061-4/+19
* Enumerate tests before running (permits progress bars).Robert Collins2013-03-041-1/+5
* Fix up buffering to make pdb usable.Robert Collins2013-03-041-0/+4
* Convert subunit.run to v2.Robert Collins2013-03-031-3/+9
* * The ``failfast`` option to ``subunit.run`` will now work. The dependency onRobert Collins2012-12-171-3/+12
* Have the output of subunit.run include timing information.James Westby2011-11-011-0/+2
* Fix Python 3 syntax error.Jonathan Lange2011-07-261-1/+1
* The Subunit Python test runner ``python -m subunit.run`` can now report theRobert Collins2010-11-301-1/+2
* Tweak discovery patch as requested in the review.Robert Collins2010-07-011-2/+5
* Modify the usage message from subunit.run.James Westby2010-06-221-2/+28
* Use testtools to do the running and so support discovery via that.James Westby2010-06-121-26/+2
* Add --discover-pattern.James Westby2010-06-071-1/+5
* Implement a hacky first pass at discovery.James Westby2010-06-071-2/+18
* Support SUBUNIT_FORMATTER environment variable.Jelmer Vernooij2010-01-151-2/+3
* License change to BSD/Apache License 2.0.Robert Collins2009-09-301-12/+10
* Proper use of capitals for proper nouns.Robert Collins2009-09-191-1/+1
* Move python API documentation into the subunit pydoc.Robert Collins2009-09-191-1/+6
* Merge python helper subunit.run, for running python suites in subunit.Robert Collins2009-07-181-4/+2
* Move subunitrun => subunit.runJelmer Vernooij2009-06-121-0/+45