summaryrefslogtreecommitdiff
path: root/python/subunit/tests/test_test_protocol.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* handle stdout lines with no spaces in them from child processesJean-Paul Calderone2007-02-121-6/+11
* Oops. Missed this.Jonathan Lange2007-01-141-2/+2
* Rename sibpath to join_dir, and add a docstring.Jonathan Lange2007-01-141-1/+1
* Make ExecTestCase test docstring/paths relative to the module they areJonathan Lange2007-01-141-3/+4
* Add sibpathJonathan Lange2007-01-141-0/+6
* Clean up whitespaceJonathan Lange2007-01-141-35/+35
* - Return a valid exc_info tuple from RemoteErrorJonathan Lange2006-12-221-7/+7
|\
| * Return a valid exc_info tuple from RemoteErrorJonathan Lange2006-12-191-7/+7
| * Use absolute paths so the tests run from trialJonathan Lange2006-12-021-5/+8
|/
* Start C language bindings.Robert Collins2006-04-151-0/+722