summaryrefslogtreecommitdiff
path: root/python/subunit/tests/test_test_protocol.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Move Failure reporting to the new details API.Robert Collins2009-10-241-31/+38
* | change error reports to use the extended details interface.Robert Collins2009-10-241-7/+11
* | Use cleaner test doubles in test_test_protocol.Robert Collins2009-10-241-336/+212
* | Move details parsing into a separate class.Robert Collins2009-10-131-0/+18
* | multipart details trigger the parser to detect interrupted streams too.Robert Collins2009-10-111-47/+27
* | Move chunking to be \r\n based and create a dedicated module with that logic.Robert Collins2009-10-101-9/+9
* | Support addUnexpectedSuccess.Robert Collins2009-10-091-0/+15
* | Add support for addExpectedFailure in the Subunit python serialiser.Robert Collins2009-10-091-0/+25
* | Wire up addSkip to details.Robert Collins2009-10-081-0/+14
* | Hook addError up to the details protocol.Robert Collins2009-10-071-1/+15
* | Hook addFailure to to details.Robert Collins2009-10-051-3/+22
* | Hook up addSuccess with a details parameter.Robert Collins2009-10-051-1/+14
|/
* License change to BSD/Apache License 2.0.Robert Collins2009-09-301-13/+10
* Change python API for tags to just consistently call result.tags(new_tags, go...Robert Collins2009-08-301-27/+28
* Extend the progress model to support a push/pop model.Robert Collins2009-08-081-7/+18
* Review feedback.Robert Collins2009-08-081-3/+4
* python: pass xfail outcomes to TestResult.addExpectedFailure, when it is defi...Robert Collins2009-08-061-13/+56
* Add --no-passthrough option to various filters.Robert Collins2009-08-031-1/+7
* Basic progress support.Robert Collins2009-07-281-0/+51