summaryrefslogtreecommitdiff
path: root/python/subunit/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix reading of test lists.fix-test-listsJelmer Vernooij2022-11-161-0/+11
* Fix distcheck; include python files again.Jelmer Vernooij2022-11-051-1/+1
* Merge branch 'fix-filter-entrypoints' of https://github.com/mtreinish/subunitJelmer Vernooij2022-11-051-4/+1
|\
| * Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2021-06-156-6/+29
| |\
| * \ Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2021-06-151-63/+0
| |\ \
| * \ \ Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2021-06-103-15/+92
| |\ \ \
| * | | | Cleanup tests and buildsMatthew Treinish2019-12-151-4/+1
* | | | | Explicitly invoke python3.Jelmer Vernooij2022-01-252-2/+2
* | | | | Stop using io imports from testtoolsStephen Finucane2021-12-156-29/+12
* | | | | Remove logic for Python < 3.6Stephen Finucane2021-12-153-45/+15
* | | | | Handle different SyntaxError output in testtools 2.5.0Colin Watson2021-07-272-42/+98
* | | | | Sort Content-Type parameters when writing detailsColin Watson2021-07-271-33/+9
* | | | | Import six from the right placeColin Watson2021-07-271-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'master' into testtools.compatMatthew Treinish2021-06-151-63/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert "Merge pull request #17 from mtreinish/timestamp-output"Matthew Treinish2021-06-151-63/+0
| | |/ | |/|
* | | Fix imports from testtools.compatMatthieu Huin2021-06-156-6/+29
|/ /
* | Merge pull request #17 from mtreinish/timestamp-outputJelmer Vernooij2021-03-091-0/+63
|\ \
| * | Fix timestamp test copy paste errorMatthew Treinish2020-03-141-1/+1
| * | Add options to output filter to set timestampsMatthew Treinish2020-03-141-0/+63
| |/
* | add missing referenceThomas Grainger2021-03-041-0/+2
* | 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
|/
* Add support for parsing in a regex to apply to test ids.Jelmer Vernooij2018-03-241-0/+16
* Check for ValueError in write only check in _unwrap_text()Matthew Treinish2017-09-251-0/+41
* Skip hypothesis tests on 3.2Robert Collins2015-10-201-10/+15
* Handle very short packetsRobert Collins2015-08-041-0/+14
* Add subunit2disk which exports a stream to the fs.Robert Collins2015-07-132-0/+51
* 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-101-6/+4
* Improve showing of import errors in the Python runner.Robert Collins2014-11-181-0/+12
* Fix tests with testtools 1.2.0 and above.Robert Collins2014-11-181-2/+7
* 0.0.19Robert Collins2014-08-241-11/+35
* Import matcher used.Thomi Richards2014-01-131-0/+1
* Fix failing test on py33.Thomi Richards2014-01-131-6/+4
* Fix failing test in python 3.2.Thomi Richards2013-12-161-1/+1
* Make tests work in py2 and py3.Thomi Richards2013-12-101-1/+5
* Don't make tests convert to and from bytes. Instead, just use a StreamResult ...Thomi Richards2013-12-101-16/+48
* Generate scenarios inside subunit.tests.test_suite, not by subclassing WithSc...Thomi Richards2013-12-092-4/+7
* Don't need to patch stderr anymore in the tests.Thomi Richards2013-12-091-23/+10
* Allow the use of the --tag argument without specifying a test id.Thomi Richards2013-12-091-14/+17
* Use the 'append' action, instead of specifying tags as a comma-separated list...Thomi Richards2013-12-091-8/+10
* Patch sys.stdin correctly for testing.Thomi Richards2013-12-021-4/+4
* Fix failing tests.Thomi Richards2013-12-021-2/+2
* Fix failing tests.Thomi Richards2013-12-021-1/+1
* Merged trunk, fixed conflict.Thomi Richards2013-12-021-2/+12
|\
| * Exit non-zero when listing includes import failures.Robert Collins2013-11-301-2/+12
| * Another case of trailing whitespace.Thomi Richards2013-11-251-1/+1
* | Add tests around reading binary files, empty files, and stdin.Thomi Richards2013-11-251-0/+33
* | Added test for poorly specified tags.Thomi Richards2013-11-251-0/+7