Forward stdout content in subunit-2to1.
[third_party/subunit] / lib / subunit / tests / test_test_protocol.py
2006-04-15 Robert CollinsStart C language bindings.
2005-11-30 Robert CollinsImplement IsolatedTestSuite.
2005-08-28 Robert Collinsimplement an IsolatedTestCase that runs itself in a...
2005-08-28 Robert Collinsuse a subprocess test case in the test suite
2005-08-28 Robert Collinscreate an ExecTestCase
2005-08-28 Robert Collinsturn the story example into a TestResult user
2005-08-28 Robert Collinsmake the client of TestProtocolServer expect something...
2005-08-28 Robert Collinscreate a client concept for the TestProtocolServer
2005-08-27 Robert Collinspassing a pipe to the protocol works
2005-08-27 Robert CollinsaddError follows unittest api
2005-08-27 Robert CollinsaddError call matches unittest api
2005-08-27 Robert CollinsaddTest now mirrors unittest api
2005-08-27 Robert Collinsconvert startTest to pass a RemotedTestCase object
2005-08-27 Robert Collinscreate a RemotedTestCase class
2005-08-27 Robert Collinsdoh, add the test suite