Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop using io imports from testtools | Stephen Finucane | 2021-12-15 | 1 | -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.compat | Matthieu Huin | 2021-06-15 | 1 | -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 Collins | 2011-05-02 | 1 | -1/+4 |
| | |||||
* | Nearly done. | Robert Collins | 2011-04-25 | 1 | -6/+7 |
| | |||||
* | Progress. | Robert Collins | 2011-04-25 | 1 | -4/+7 |
| | |||||
* | Get pydoc3.1 subunit working. | Robert Collins | 2011-04-25 | 1 | -1/+1 |
| | |||||
* | Fixup initial py3 support from tres and start digging further. | Robert Collins | 2011-04-25 | 1 | -2/+1 |
| | |||||
* | * Old style tracebacks with no encoding info are now treated as UTF8 rather | Robert Collins | 2010-06-11 | 1 | -1/+5 |
| | | | | than some-random-codec-like-ascii. (Robert Collins) | ||||
* | (vila, martin(gz), lifeless) Make _feed_chunks assertion verbose to help debug | Vincent Ladeuil | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | Use testtools facilities for the details API. | Robert Collins | 2009-12-11 | 1 | -1/+3 |
| | |||||
* | Start reporting additional messages on successes via the details API. | Robert Collins | 2009-10-24 | 1 | -3/+7 |
| | |||||
* | Move skips to the details API. | Robert Collins | 2009-10-24 | 1 | -5/+10 |
| | |||||
* | change error reports to use the extended details interface. | Robert Collins | 2009-10-24 | 1 | -1/+5 |
| | |||||
* | Gather multipart details. | Robert Collins | 2009-10-13 | 1 | -0/+36 |
| | |||||
* | Move details parsing into a separate class. | Robert Collins | 2009-10-13 | 1 | -0/+58 |