summaryrefslogtreecommitdiff
path: root/python/subunit/run.py
Commit message (Collapse)AuthorAgeFilesLines
* Sort Python import definitions with isortJelmer Vernooij2023-01-311-8/+2
|
* Explicitly invoke python3.Jelmer Vernooij2022-01-251-1/+1
| | | | That's the only major version subunit supports, and some platforms still ship with /usr/bin/python==python2
* Remove logic for Python < 3.6Stephen Finucane2021-12-151-4/+1
| | | | Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* 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
| | | | This depends on testtools 1.4.0 to get the improved behaviour.
* 0.0.19Robert Collins2014-08-241-14/+28
| | | | | | | | | | | | ------ 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-5/+12
|
* * The logic for `subunit.run` is now importable via python -Robert Collins2013-06-171-1/+5
| | | | `subunit.run.main`. (Robert Collins, #606770)
* 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
| | | | | - without this pdb output is not reliably visible when stdout is a pipe as it usually is. (Robert Collins)
* 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
| | | | | testtools has been raised to 0.9.23 to permit this. (Robert Collins, #1090582)
* 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
| | | | | | test ids and also filter via a test id list file thanks to improvements in ``testtools.run``. See the testtools manual, or testrepository - a major user of such functionality.
* 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