Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort Python import definitions with isort | Jelmer Vernooij | 2023-01-31 | 1 | -8/+2 |
| | |||||
* | Explicitly invoke python3. | Jelmer Vernooij | 2022-01-25 | 1 | -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.6 | Stephen Finucane | 2021-12-15 | 1 | -4/+1 |
| | | | | Signed-off-by: Stephen Finucane <stephenfin@redhat.com> | ||||
* | Support --locals in tracebacks and release 1.1.01.1.0 | Robert Collins | 2015-03-10 | 1 | -1/+4 |
| | |||||
* | Remove support for SUBUNIT_FORMATTER, which has been broken for a long time. | Jelmer Vernooij | 2014-12-11 | 1 | -3/+1 |
| | |||||
* | Remove unused import. | Jelmer Vernooij | 2014-12-02 | 1 | -1/+0 |
| | |||||
* | Improve showing of import errors in the Python runner. | Robert Collins | 2014-11-18 | 1 | -1/+5 |
| | | | | This depends on testtools 1.4.0 to get the improved behaviour. | ||||
* | 0.0.19 | Robert Collins | 2014-08-24 | 1 | -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 Collins | 2013-11-30 | 1 | -5/+12 |
| | |||||
* | * The logic for `subunit.run` is now importable via python - | Robert Collins | 2013-06-17 | 1 | -1/+5 |
| | | | | `subunit.run.main`. (Robert Collins, #606770) | ||||
* | Switch to variable length encoded integers. | Robert Collins | 2013-03-31 | 1 | -1/+1 |
| | |||||
* | * ``subunit.run`` now replaces sys.stdout to ensure that stdout is unbuffered | Robert Collins | 2013-03-13 | 1 | -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 Collins | 2013-03-06 | 1 | -4/+19 |
| | |||||
* | Enumerate tests before running (permits progress bars). | Robert Collins | 2013-03-04 | 1 | -1/+5 |
| | |||||
* | Fix up buffering to make pdb usable. | Robert Collins | 2013-03-04 | 1 | -0/+4 |
| | |||||
* | Convert subunit.run to v2. | Robert Collins | 2013-03-03 | 1 | -3/+9 |
| | |||||
* | * The ``failfast`` option to ``subunit.run`` will now work. The dependency on | Robert Collins | 2012-12-17 | 1 | -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 Westby | 2011-11-01 | 1 | -0/+2 |
| | |||||
* | Fix Python 3 syntax error. | Jonathan Lange | 2011-07-26 | 1 | -1/+1 |
| | |||||
* | The Subunit Python test runner ``python -m subunit.run`` can now report the | Robert Collins | 2010-11-30 | 1 | -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 Collins | 2010-07-01 | 1 | -2/+5 |
| | |||||
* | Modify the usage message from subunit.run. | James Westby | 2010-06-22 | 1 | -2/+28 |
| | |||||
* | Use testtools to do the running and so support discovery via that. | James Westby | 2010-06-12 | 1 | -26/+2 |
| | |||||
* | Add --discover-pattern. | James Westby | 2010-06-07 | 1 | -1/+5 |
| | |||||
* | Implement a hacky first pass at discovery. | James Westby | 2010-06-07 | 1 | -2/+18 |
| | |||||
* | Support SUBUNIT_FORMATTER environment variable. | Jelmer Vernooij | 2010-01-15 | 1 | -2/+3 |
| | |||||
* | License change to BSD/Apache License 2.0. | Robert Collins | 2009-09-30 | 1 | -12/+10 |
| | |||||
* | Proper use of capitals for proper nouns. | Robert Collins | 2009-09-19 | 1 | -1/+1 |
| | |||||
* | Move python API documentation into the subunit pydoc. | Robert Collins | 2009-09-19 | 1 | -1/+6 |
| | |||||
* | Merge python helper subunit.run, for running python suites in subunit. | Robert Collins | 2009-07-18 | 1 | -4/+2 |
| | |||||
* | Move subunitrun => subunit.run | Jelmer Vernooij | 2009-06-12 | 1 | -0/+45 |