third_party/subunit
18 years agoAdd patch for check.
Robert Collins [Sat, 15 Apr 2006 10:11:20 +0000 (20:11 +1000)]
Add patch for check.

18 years agoMake C bindings installable with DESTDIR support.
Robert Collins [Sat, 15 Apr 2006 06:35:22 +0000 (16:35 +1000)]
Make C bindings installable with DESTDIR support.

18 years agoUpdate README to mention bindings more clearly.
Robert Collins [Sat, 15 Apr 2006 05:24:48 +0000 (15:24 +1000)]
Update README to mention bindings more clearly.

18 years agoFinish C child bindings.
Robert Collins [Sat, 15 Apr 2006 05:19:59 +0000 (15:19 +1000)]
Finish C child bindings.

18 years agoStart C language bindings.
Robert Collins [Sat, 15 Apr 2006 02:37:24 +0000 (12:37 +1000)]
Start C language bindings.

18 years agoAdd a patch for ShUnit 1.3 to use subunit if desired.
Robert Collins [Fri, 14 Apr 2006 16:43:57 +0000 (02:43 +1000)]
Add a patch for ShUnit 1.3 to use subunit if desired.

18 years agoBasic shell subunit bindings working.
Robert Collins [Fri, 14 Apr 2006 14:53:37 +0000 (00:53 +1000)]
Basic shell subunit bindings working.

18 years agoTest the output of subunit_start_test.
Robert Collins [Fri, 14 Apr 2006 14:25:55 +0000 (00:25 +1000)]
Test the output of subunit_start_test.

18 years agoStart shell bindings.
Robert Collins [Fri, 14 Apr 2006 13:38:55 +0000 (23:38 +1000)]
Start shell bindings.

18 years agoImplement IsolatedTestSuite.
Robert Collins [Wed, 30 Nov 2005 11:48:34 +0000 (22:48 +1100)]
Implement IsolatedTestSuite.

18 years agoFlush stdout and stderr before exiting in IsolatedTestCase client.
Robert Collins [Wed, 30 Nov 2005 11:04:16 +0000 (22:04 +1100)]
Flush stdout and stderr before exiting in IsolatedTestCase client.

18 years agofix a hidden bug where child processes would not exit. No test - not sure how to.
Robert Collins [Sat, 3 Sep 2005 03:14:09 +0000 (13:14 +1000)]
fix a hidden bug where child processes would not exit. No test - not sure how to.

18 years agoflesh out readme
Robert Collins [Sun, 28 Aug 2005 13:58:06 +0000 (23:58 +1000)]
flesh out readme

18 years agoremove double buffering from IsolatedTestCase
Robert Collins [Sun, 28 Aug 2005 12:11:52 +0000 (22:11 +1000)]
remove double buffering from IsolatedTestCase

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