third_party/subunit
2009-05-21 Jelmer VernooijFix unexpected EOF error in shell function tests.
2009-05-08 Robert CollinsMerge autoconf transition and jaunty build updates.
2009-05-08 Robert CollinsClean .pyc files
2009-05-08 Robert CollinsAdd missing string.h include.
2009-05-08 Robert CollinsSwitch to autoconf.
2009-04-11 Robert CollinsTweak README for clarity.
2009-04-10 Robert CollinsOverhaul README.
2009-04-09 Robert CollinsMissed a bit of dross.
2009-04-09 Robert CollinsOverhaul README.
2009-04-09 Robert CollinsImprove docs and handle the testtools extended TestResu...
2009-04-08 Robert CollinsAdd done() to ProtocolTestClient.
2009-04-07 Robert CollinsFix example in README
2009-03-30 Robert CollinsMerge polish branch - new check patch, install filters.
2009-03-28 Robert CollinsFix the updated check 0.9.6 patch to pass selftest.
2009-03-28 Robert CollinsAdd check 0.9.6 patch.
2009-03-27 Robert CollinsInstall filters
2009-03-18 Robert CollinsFix python issue with ProtocolTestCase: file.readline...
2009-03-08 Robert CollinsReview feedback on filters.
2009-03-01 Robert Collinssubunit-filter can now filter skips too.
2009-02-28 Robert CollinsUpdate skip support in python to be in line with testtools.
2009-02-23 Robert CollinsRemove the unnecessary and annoying subunit.RemotedTest...
2009-02-22 Robert CollinsCreate a ls filter.
2009-02-22 Robert CollinsAdd a subunit-filter filter.
2009-02-22 Robert CollinsAdd a TestResultFilter supporting filtering out success...
2009-02-21 Robert CollinsMajor new features:
2009-02-15 Robert CollinsReview feedback.
2008-12-14 Robert CollinsReview feedback on the skip/xfail/success comment branch.
2008-12-14 Robert CollinsMerge trunk.
2008-12-13 Robert CollinsMerge tags support.
2008-12-13 Robert CollinsReview feedback from jml.
2008-12-12 Jonathan LangeSplit tracebacks by line, rather than by any whitespace.
2008-12-09 Robert Collinsfail->failure for tap2subunit
2008-12-09 Robert Collinssubunit-stats filter added.
2008-12-08 Robert CollinsAdd subunit-tags to alter the tags on a test stream.
2008-12-08 Robert CollinsAdd subunit2pyunit.
2008-12-08 Robert CollinsSwallow time: commands when seen.
2008-12-08 Robert CollinsMerge tags branch to resolve conflicts
2008-12-08 Robert CollinsReally aggregate lines from XFAIL and SUCCESS comments.
2008-12-07 Robert CollinsMake the tap2subunit filter actually work.
2008-12-07 Robert CollinsAdd a tap2subunit filter program.
2008-12-07 Robert Collinsretab SConstruct.
2008-12-07 Robert CollinsHandle comments for test success (in wire parser) and...
2008-12-07 Robert CollinsAdd XFAIL support. As with Skip, there is no python...
2008-12-06 Robert CollinsImplement skip support for the protocol server (but...
2008-12-06 Robert CollinsImplement tags support in the protocol server, supporti...
2008-06-19 Jonathan LangeSplit tracebacks by *line* rather than by any whitespace.
2008-05-11 Jonathan LangeMake that the subunit client reports the test id, not...
2008-05-05 Jonathan LangeUse the test ID, not the test description.
2007-04-21 Robert CollinsUpdate the check patch to be more accceptable to upstre...
2007-03-18 jml@canonical.comApply Jelmer's patch to fix LIBPATH for the C tests.
2007-03-18 jml@canonical.comSlightly more PEP compliant docstring.
2007-03-18 jml@canonical.comApply exarkun's fix to stdout pass-through
2007-02-12 Jean-Paul Calderonehandle stdout lines with no spaces in them from child...
2007-01-29 Jelmer VernooijFix LIBPATH in TestRC
2007-01-28 Jelmer VernooijFix bashisms.
2007-01-28 Jelmer VernooijIgnore sconsign.dblite files.
2007-01-28 Jelmer VernooijFix outdated website and typo in README.
2007-01-17 Jonathan Langewhitespace cleanup
2007-01-14 Jonathan LangeOops. Missed a rename.
2007-01-14 Jonathan LangeOops. Missed this.
2007-01-14 Jonathan LangeMake ExecTestCase test docstrings/paths relative to...
2007-01-14 Jonathan LangeRename sibpath to join_dir, and add a docstring.
2007-01-14 Jonathan LangeMake ExecTestCase test docstring/paths relative to...
2007-01-14 Jonathan LangeAdd sibpath
2007-01-14 Jonathan LangeClean up whitespace
2006-12-22 Jonathan Lange- Return a valid exc_info tuple from RemoteError
2006-12-19 Jonathan LangeReturn a valid exc_info tuple from RemoteError
2006-12-02 Jonathan LangeClarify the line-handling logic
2006-12-02 Jonathan LangeUse absolute paths so the tests run from trial
2006-10-10 Robert CollinsMerge spelling fix from Jonathan Lange.
2006-10-10 Robert CollinsUse nicer SConscript.
2006-10-10 Jonathan LangeCorrect spelling: recieved -> received.
2006-10-10 Jonathan Langescons droppings
2006-05-02 Robert CollinsRemove stale import from shell/SConsscript.
2006-04-17 Robert CollinsSimplify test running, combine shell and python tests...
2006-04-17 Robert CollinsFinish stage one conversion to scons.
2006-04-16 Robert Collinscppunit patch and c++ README.
2006-04-15 Robert CollinsAdd patch for check.
2006-04-15 Robert CollinsMake C bindings installable with DESTDIR support.
2006-04-15 Robert CollinsUpdate README to mention bindings more clearly.
2006-04-15 Robert CollinsFinish C child bindings.
2006-04-15 Robert CollinsStart C language bindings.
2006-04-14 Robert CollinsAdd a patch for ShUnit 1.3 to use subunit if desired.
2006-04-14 Robert CollinsBasic shell subunit bindings working.
2006-04-14 Robert CollinsTest the output of subunit_start_test.
2006-04-14 Robert CollinsStart shell bindings.
2005-11-30 Robert CollinsImplement IsolatedTestSuite.
2005-11-30 Robert CollinsFlush stdout and stderr before exiting in IsolatedTestC...
2005-09-03 Robert Collinsfix a hidden bug where child processes would not exit...
2005-08-28 Robert Collinsflesh out readme
2005-08-28 Robert Collinsremove double buffering from IsolatedTestCase
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
next