summaryrefslogtreecommitdiff
path: root/python/subunit/tests/test_test_protocol.py
Commit message (Expand)AuthorAgeFilesLines
* (no commit message)Jelmer Vernooij2023-02-021-7/+7
* Improve unittest callsJelmer Vernooij2023-02-011-2/+4
* Sort Python import definitions with isortJelmer Vernooij2023-01-311-23/+14
* Stop using io imports from testtoolsStephen Finucane2021-12-151-4/+2
* Remove logic for Python < 3.6Stephen Finucane2021-12-151-33/+13
* Handle different SyntaxError output in testtools 2.5.0Colin Watson2021-07-271-42/+97
* Sort Content-Type parameters when writing detailsColin Watson2021-07-271-33/+9
* Import six from the right placeColin Watson2021-07-271-1/+1
* Fix imports from testtools.compatMatthieu Huin2021-06-151-1/+5
* 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
* Check for ValueError in write only check in _unwrap_text()Matthew Treinish2017-09-251-0/+41
* Handle pypy, Python 3.4 and 3.5 in tests.Robert Collins2015-07-131-5/+9
* The test suite was failing 6 tests due to testtools changing it's outputRobert Collins2013-11-241-11/+15
* * TestTestProtocols' test_*_details were dictionary sort order dependent.Robert Collins2013-08-241-10/+33
* * TestTestProtocols' test_tags_both was set sort order dependent.Robert Collins2013-08-241-2/+6
* BUG FIXESRobert Collins2013-06-161-6/+0
* * Test ids which include non-ascii unicode characters are now supported.Robert Collins2012-12-171-1/+14
* Make sure the tests pass with 0.9.11 as well as 0.9.12 & 13Jonathan Lange2012-02-161-6/+3
* Merge trunkJonathan Lange2012-02-161-3/+22
|\
| * Tag support has been implemented for TestProtocolClient.Robert Collins2012-01-111-0/+16
| * Handle latest testtools changes.Robert Collins2012-01-111-6/+6
* | Code that works for 0.9.11 and against testtools trunkJonathan Lange2012-02-091-5/+7
* | Don't make so many assumptions about how testtools formats details.Jonathan Lange2012-02-091-9/+9
|/
* Newer versions of testtools have {Python26,Python27,Extended}TestResult in te...Jelmer Vernooij2011-10-131-5/+12
* Support unexpected success outcomes.Robert Collins2011-05-021-2/+123
|\
| * Additionally the protocol now has a keyword uxsuccess for Unexpected SuccessRobert Collins2011-05-021-2/+124
* | Martins fix for failures on windows.Robert Collins2011-05-021-5/+12
|\ \ | |/ |/|
| * Fix join_dir test by being more specific about what constitutes a matchMartin2011-04-271-1/+2
| * Skip os.fork tests on non-posix systems, by switching to testtools testcases ...Martin2011-04-271-2/+5
| * Avoid leaking test output in TestTestProtocolServerStartTest.test_indented_te...Martin2011-04-251-2/+5
|/
* Nearly done.Robert Collins2011-04-251-41/+38
* More fixups.Robert Collins2011-04-251-134/+135
* More small stuff.Robert Collins2011-04-251-7/+7
* Progress.Robert Collins2011-04-251-7/+7
* Make test suite importable in py3.Robert Collins2011-04-251-15/+15
* More flakes to fix upJonathan Lange2011-02-101-7/+1
* FlakesJonathan Lange2011-02-101-11/+8
* Fix make check with testtools trunk.Robert Collins2010-06-241-13/+13
* Unbreak tests in trunk. Oops.Robert Collins2010-06-211-12/+14
* On windows, ProtocolTestCase and TestProtocolClient will set their streams toRobert Collins2010-05-131-0/+3
* Only take commands that start the line they are observed on.Robert Collins2010-01-161-0/+4
* Merge junitxml --forward branch.Robert Collins2009-12-141-0/+25
|\
| * Add --forward option to subunit2junitxml.Robert Collins2009-12-141-0/+25
* | Use the newly exposed test helpers from testtools trunk.Robert Collins2009-12-131-44/+44
* | Use testtools facilities for the details API.Robert Collins2009-12-111-22/+25
* | Start reporting additional messages on successes via the details API.Robert Collins2009-10-241-10/+15
* | Move skips to the details API.Robert Collins2009-10-241-14/+13
* | Move expected failures to the details API.Robert Collins2009-10-241-6/+32