third_party/subunit
18 years agoimplement an IsolatedTestCase that runs itself in a subprocess
Robert Collins [Sun, 28 Aug 2005 12:02:22 +0000 (22:02 +1000)]
implement an IsolatedTestCase that runs itself in a subprocess

18 years agouse a subprocess test case in the test suite
Robert Collins [Sun, 28 Aug 2005 07:38:59 +0000 (17:38 +1000)]
use a subprocess test case in the test suite

18 years agocreate an ExecTestCase
Robert Collins [Sun, 28 Aug 2005 02:05:17 +0000 (12:05 +1000)]
create an ExecTestCase

18 years agoturn the story example into a TestResult user
Robert Collins [Sun, 28 Aug 2005 01:25:38 +0000 (11:25 +1000)]
turn the story example into a TestResult user

18 years agomake the client of TestProtocolServer expect something like a TestResult
Robert Collins [Sun, 28 Aug 2005 01:21:25 +0000 (11:21 +1000)]
make the client of TestProtocolServer expect something like a TestResult

18 years agocreate a client concept for the TestProtocolServer
Robert Collins [Sun, 28 Aug 2005 00:28:53 +0000 (10:28 +1000)]
create a client concept for the TestProtocolServer

18 years agopassing a pipe to the protocol works
Robert Collins [Sat, 27 Aug 2005 23:57:33 +0000 (09:57 +1000)]
passing a pipe to the protocol works

18 years agoaddError follows unittest api
Robert Collins [Sat, 27 Aug 2005 23:55:45 +0000 (09:55 +1000)]
addError follows unittest api

18 years agoaddError call matches unittest api
Robert Collins [Sat, 27 Aug 2005 23:39:23 +0000 (09:39 +1000)]
addError call matches unittest api

18 years agoaddTest now mirrors unittest api
Robert Collins [Sat, 27 Aug 2005 13:41:34 +0000 (23:41 +1000)]
addTest now mirrors unittest api

18 years agoconvert startTest to pass a RemotedTestCase object
Robert Collins [Sat, 27 Aug 2005 13:37:20 +0000 (23:37 +1000)]
convert startTest to pass a RemotedTestCase object

18 years agocreate a RemotedTestCase class
Robert Collins [Sat, 27 Aug 2005 13:23:06 +0000 (23:23 +1000)]
create a RemotedTestCase class

18 years agodoh, add the test suite
Robert Collins [Sat, 27 Aug 2005 12:42:03 +0000 (22:42 +1000)]
doh, add the test suite

18 years agofinish core server protocol implementation
Robert Collins [Sat, 27 Aug 2005 12:37:50 +0000 (22:37 +1000)]
finish core server protocol implementation

18 years agoimplement failure and success
Robert Collins [Sat, 27 Aug 2005 12:17:02 +0000 (22:17 +1000)]
implement failure and success

18 years agoprotocol start, connection loss, passthrough to test start done
Robert Collins [Sat, 27 Aug 2005 10:10:03 +0000 (20:10 +1000)]
protocol start, connection loss, passthrough to test start done

18 years agodesign up a protocol with kfish
Robert Collins [Sat, 27 Aug 2005 05:01:20 +0000 (15:01 +1000)]
design up a protocol with kfish