summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Stop using io imports from testtoolsStephen Finucane2021-12-158-42/+18
* Remove logic for Python < 3.6Stephen Finucane2021-12-157-91/+41
* Handle different SyntaxError output in testtools 2.5.0Colin Watson2021-07-272-42/+98
* Sort Content-Type parameters when writing detailsColin Watson2021-07-272-34/+10
* Import six from the right placeColin Watson2021-07-271-1/+1
* Merge branch 'master' into testtools.compatMatthew Treinish2021-06-151-4/+4
|\
| * Merge branch 'master' into python310Matthew Treinish2021-06-152-91/+1
| |\
| * | python: Mark rawstrings as suchStephen Finucane2021-04-201-4/+4
* | | Merge branch 'master' into testtools.compatMatthew Treinish2021-06-152-91/+1
|\ \ \ | | |/ | |/|
| * | Revert "Merge pull request #17 from mtreinish/timestamp-output"Matthew Treinish2021-06-152-91/+1
| |/
* | fix trailing commaMatthieu Huin2021-06-151-1/+1
* | Fix imports from testtools.compatMatthieu Huin2021-06-158-8/+39
|/
* Merge pull request #17 from mtreinish/timestamp-outputJelmer Vernooij2021-03-092-1/+91
|\
| * Fix timestamp test copy paste errorMatthew Treinish2020-03-141-1/+1
| * Add options to output filter to set timestampsMatthew Treinish2020-03-142-1/+91
* | add missing referenceThomas Grainger2021-03-041-0/+2
* | Merge pull request #32 from mcepl/kill_unittest2Jelmer Vernooij2021-03-041-15/+27
|\ \
| * | Unittest from testtools doesn't work, use the one from stdlib.Matěj Cepl2020-06-051-3/+3
| * | Acommodate review requests.Matěj Cepl2020-06-051-5/+5
| * | Remove dependency on unittest2Matěj Cepl2018-09-131-11/+23
* | | Release 1.4.0.1.4.0Jelmer Vernooij2020-03-141-1/+1
| |/ |/|
* | Correctly handle py3 RawIOBase read()Stephen Finucane2020-03-141-17/+26
* | trivial: Fix indentationStephen Finucane2020-03-101-88/+104
* | Check written bytes are not None before summing them to offsetFederico Ressi2019-09-271-0/+2
* | Fix file open for python3Quique Llorente2018-12-261-2/+2
|/
* Rely on file.__iter__ rather than file.readlines.Jelmer Vernooij2018-06-161-2/+2
* Add support for parsing in a regex to apply to test ids.Jelmer Vernooij2018-03-242-1/+32
* Fixup NEWS and versions for recent workRobert Collins2018-01-251-1/+1
* Check for ValueError in write only check in _unwrap_text()Matthew Treinish2017-09-252-1/+44
* Fallback to reading one-byte-at-a-time on Windows (#22)Claudiu Belu2017-03-021-0/+5
* Release 1.2.1.2.0Robert Collins2015-10-231-1/+1
* Fix StreamResultToBytes._write_packet()Victor Stinner2015-10-201-3/+17
* Skip hypothesis tests on 3.2Robert Collins2015-10-201-10/+15
* Handle very short packetsRobert Collins2015-08-042-1/+19
* Add subunit2disk which exports a stream to the fs.Robert Collins2015-07-133-0/+182
* Handle pypy, Python 3.4 and 3.5 in tests.Robert Collins2015-07-132-9/+10
* Support --locals in tracebacks and release 1.1.01.1.0Robert Collins2015-03-103-8/+9
* Remove support for SUBUNIT_FORMATTER, which has been broken for a long time.Jelmer Vernooij2014-12-112-19/+1
* Remove unused import.Jelmer Vernooij2014-12-021-1/+0
* Release 1.0.0.1.0.0Robert Collins2014-11-191-1/+1
* Improve showing of import errors in the Python runner.Robert Collins2014-11-182-1/+17
* Fix tests with testtools 1.2.0 and above.Robert Collins2014-11-181-2/+7
* 0.0.210.0.21Robert Collins2014-08-271-1/+1
* Release 0.0.200.0.20Robert Collins2014-08-271-1/+1
* 0.0.19Robert Collins2014-08-243-26/+64
* Release 0.0.18.0.0.18Robert Collins2014-01-301-1/+1
* Fix support for testtools 0.6.35.Robert Collins2014-01-301-1/+0
* Release 0.0.17Robert Collins2014-01-291-1/+1
* Import matcher used.Thomi Richards2014-01-131-0/+1
* Fix failing test on py33.Thomi Richards2014-01-131-6/+4