summaryrefslogtreecommitdiff
path: root/python/subunit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2021-06-158-8/+39
|\
| * Merge branch 'master' into testtools.compatMatthew Treinish2021-06-151-4/+4
| |\
| * \ Merge branch 'master' into testtools.compatMatthew Treinish2021-06-152-91/+1
| |\ \
| * | | fix trailing commaMatthieu Huin2021-06-151-1/+1
| * | | Fix imports from testtools.compatMatthieu Huin2021-06-158-8/+39
* | | | Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2021-06-153-95/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into python310Matthew Treinish2021-06-152-91/+1
| |\ \ \ | | | |/ | | |/|
| | * | Revert "Merge pull request #17 from mtreinish/timestamp-output"Matthew Treinish2021-06-152-91/+1
| | |/
| * | python: Mark rawstrings as suchStephen Finucane2021-04-201-4/+4
| |/
* | Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2021-06-105-17/+121
|\ \ | |/
| * 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
| | |/ | |/|
* | | Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2020-03-141-92/+117
|\ \ \ | |/ /
| * | Correctly handle py3 RawIOBase read()Stephen Finucane2020-03-141-17/+26
| * | trivial: Fix indentationStephen Finucane2020-03-101-88/+104
* | | Fix syntax issuesMatthew Treinish2019-12-159-31/+33
* | | Cleanup tests and buildsMatthew Treinish2019-12-151-4/+1
* | | Fix review commentsMatthew Treinish2019-12-151-1/+3
* | | Switch to setuptools entrypoint console scripts for filtersMatthew Treinish2019-12-1515-0/+931
|/ /
* | 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