summaryrefslogtreecommitdiff
path: root/python/subunit/tests/test_test_protocol.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add TestProtocolClient.time().Robert Collins2009-07-221-1/+9
* Support microsecond times.Robert Collins2009-07-201-2/+5
* Teach python to call TestResult.time on time: tags.Robert Collins2009-07-201-29/+37
* Support arguments in ExecTestCase.Robert Collins2009-07-181-0/+9
* Update skip support in python to be in line with testtools.Robert Collins2009-02-281-6/+23
* Remove the unnecessary and annoying subunit.RemotedTestCase prefix from the t...Robert Collins2009-02-231-1/+1
* Review feedback on the skip/xfail/success comment branch.Robert Collins2008-12-151-6/+8
* Merge trunk.Robert Collins2008-12-151-16/+15
|\
| * Merge tags support.Robert Collins2008-12-131-0/+53
| |\
| * | Split tracebacks by *line* rather than by any whitespace.Jonathan Lange2008-06-191-5/+6
| * | Use the test ID, not the test description.Jonathan Lange2008-05-061-14/+12
* | | Swallow time: commands when seen.Robert Collins2008-12-081-0/+15
* | | Merge tags branch to resolve conflictsRobert Collins2008-12-081-0/+53
|\ \ \ | | |/ | |/|
| * | Implement tags support in the protocol server, supporting clients that want t...Robert Collins2008-12-071-0/+53
| |/
* | Handle comments for test success (in wire parser) and connection loss for XFA...Robert Collins2008-12-071-0/+51
* | Add XFAIL support. As with Skip, there is no python object representation of ...Robert Collins2008-12-071-0/+55
* | Implement skip support for the protocol server (but not for python clients as...Robert Collins2008-12-071-0/+67
|/
* Slightly more PEP compliant docstring.jml@canonical.com2007-03-181-3/+2