summaryrefslogtreecommitdiff
path: root/lib/subunit/tests/test_test_protocol.py
Commit message (Expand)AuthorAgeFilesLines
* Start C language bindings.Robert Collins2006-04-151-722/+0
* Implement IsolatedTestSuite.Robert Collins2005-11-301-0/+36
* implement an IsolatedTestCase that runs itself in a subprocessRobert Collins2005-08-281-0/+84
* use a subprocess test case in the test suiteRobert Collins2005-08-281-0/+6
* create an ExecTestCaseRobert Collins2005-08-281-0/+38
* turn the story example into a TestResult userRobert Collins2005-08-281-11/+8
* make the client of TestProtocolServer expect something like a TestResultRobert Collins2005-08-281-22/+56
* create a client concept for the TestProtocolServerRobert Collins2005-08-281-169/+167
* passing a pipe to the protocol worksRobert Collins2005-08-281-5/+7
* addError follows unittest apiRobert Collins2005-08-281-36/+41
* addError call matches unittest apiRobert Collins2005-08-281-44/+89
* addTest now mirrors unittest apiRobert Collins2005-08-271-9/+13
* convert startTest to pass a RemotedTestCase objectRobert Collins2005-08-271-24/+52
* create a RemotedTestCase classRobert Collins2005-08-271-1/+21
* doh, add the test suiteRobert Collins2005-08-271-0/+425