summaryrefslogtreecommitdiff
path: root/python/subunit/details.py
Commit message (Collapse)AuthorAgeFilesLines
* Stop using io imports from testtoolsStephen Finucane2021-12-151-5/+3
| | | | | | | We no longer need to worry about Python 2, so we can just import directly from 'io'. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Fix imports from testtools.compatMatthieu Huin2021-06-151-1/+5
| | | | | | The future release of testtools will drop StringIO and BytesIO. Try to import them from testtools.compat, or from the io module if they're not available.
* Fix thinko in addSuccess refactoring.Robert Collins2011-05-021-1/+4
|
* Nearly done.Robert Collins2011-04-251-6/+7
|
* Progress.Robert Collins2011-04-251-4/+7
|
* Get pydoc3.1 subunit working.Robert Collins2011-04-251-1/+1
|
* Fixup initial py3 support from tres and start digging further.Robert Collins2011-04-251-2/+1
|
* * Old style tracebacks with no encoding info are now treated as UTF8 ratherRobert Collins2010-06-111-1/+5
| | | | than some-random-codec-like-ascii. (Robert Collins)
* (vila, martin(gz), lifeless) Make _feed_chunks assertion verbose to help debugVincent Ladeuil2010-05-121-1/+1
|
* Use testtools facilities for the details API.Robert Collins2009-12-111-1/+3
|
* Start reporting additional messages on successes via the details API.Robert Collins2009-10-241-3/+7
|
* Move skips to the details API.Robert Collins2009-10-241-5/+10
|
* change error reports to use the extended details interface.Robert Collins2009-10-241-1/+5
|
* Gather multipart details.Robert Collins2009-10-131-0/+36
|
* Move details parsing into a separate class.Robert Collins2009-10-131-0/+58