Allow customisation of argument parser class used, so we can write failing tests...
[third_party/subunit] / README
2013-03-31 Robert CollinsSwitch to variable length encoded integers.
2013-02-26 Robert CollinsBatch up input in ByteStreamToStreamResult.
2013-02-25 Robert CollinsMore docs.
2013-02-24 Robert CollinsMissing word.
2013-02-22 Robert CollinsFix CRC32 in example.
2013-02-22 Robert CollinsTypo fix.
2013-02-22 Robert CollinsDocument new wire protocol.
2013-02-07 Robert CollinsRelease 0.0.10.
2013-02-07 Robert Collins* make_stream_binary is now public for reuse. (Robert...
2012-12-17 Robert CollinsRelease 0.0.9.
2012-12-17 Robert CollinsDocument subunit2csv's existence.
2012-02-01 Jonathan LangeMerge trunk
2011-06-30 John Arbash MeinelMerge trunk tip, resolve NEWS.
2011-05-01 Robert CollinsSupport unexpected success outcomes.
2011-05-01 Robert CollinsAdditionally the protocol now has a keyword uxsuccess...
2011-04-27 Robert CollinsMerge python 3K changes.
2011-04-24 Robert CollinsProgress.
2010-07-02 Robert CollinsMake it clear that BRACKETED parts are utf8 and fix...
2009-12-15 Robert CollinsAdd experimental multipart support and addExpectFailure...
2009-12-14 Robert CollinsMerge junitxml --forward branch.
2009-12-07 Robert CollinsMerge trunk.
2009-10-10 Robert CollinsMove chunking to be \r\n based and create a dedicated...
2009-10-10 Robert CollinsMerge trunk to resolve NEWS.
2009-10-09 Robert CollinsConvert the CPPUnit patch to a library usable with...
2009-10-04 Robert CollinsHook up addSuccess with a details parameter.
2009-10-04 Robert CollinsAdd ContentType class.
2009-10-04 Robert CollinsStart multipart test outcome support.
2009-10-03 Robert CollinsMove the C++ Listener from a patch against cppunit...
2009-09-30 Robert CollinsLicense change to BSD/Apache License 2.0.
2009-09-19 Robert CollinsImprove clarity and accessability of Python documentation.
2009-09-19 Robert CollinsMove python API documentation into the subunit pydoc.
2009-09-19 Robert CollinsMention subunit-diff in README.
2009-09-09 Robert CollinsGet make distcheck working with Jelmers perl-install...
2009-09-08 Robert CollinsMerge python API changes for tagging.
2009-09-08 Robert CollinsAlso document Perl.
2009-08-30 Robert CollinsChange python API for tags to just consistently call...
2009-08-30 Robert CollinsSplit TestResultDecorator into hooked and non-hooked...
2009-08-30 Robert CollinsMerge Martin's regex filter patch.
2009-08-27 Robert CollinsMerge progress model overhaul adding nest progress...
2009-08-08 Robert CollinsExtend the progress model to support a push/pop model.
2009-08-05 Martin PoolDoc example of --anti-match
2009-08-01 Robert CollinsMerge subunit2junitxml, a filter to convert subunit...
2009-08-01 Robert CollinsMerge subunit2gtk, a filter to show subunit activity...
2009-08-01 Robert CollinsAdd subunit2junitxml.
2009-07-29 Robert CollinsMerge linear progress support for the protocol definiti...
2009-07-29 Robert CollinsAdd subunit2gtk
2009-07-28 Robert CollinsBasic progress support.
2009-07-27 Robert CollinsDraft progress docs.
2009-07-22 Robert CollinsMerge support for time: tags in the python bindings...
2009-07-22 Robert CollinsAdd AutoTimingTestResultDecorator.
2009-07-20 Robert CollinsSupport microsecond times.
2009-07-20 Robert CollinsAdd support for showing test durations in subunit-ls
2009-07-20 Robert CollinsTeach python to call TestResult.time on time: tags.
2009-07-18 Robert CollinsMerge the start of perl support from Jelmer, currently...
2009-07-18 Robert CollinsMerge python helper subunit.run, for running python...
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-07 Robert CollinsFix example in README
2009-02-28 Robert CollinsUpdate skip support in python to be in line with testtools.
2009-02-22 Robert CollinsCreate a ls filter.
2009-02-22 Robert CollinsAdd a subunit-filter filter.
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-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-07 Robert CollinsAdd a tap2subunit filter program.
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...
2007-01-17 Jonathan Langewhitespace cleanup
2006-04-15 Robert CollinsUpdate README to mention bindings more clearly.
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-08-28 Robert Collinsflesh out readme
2005-08-28 Robert Collinsimplement an IsolatedTestCase that runs itself in a...
2005-08-27 Robert Collinsconvert startTest to pass a RemotedTestCase object
2005-08-27 Robert Collinsimplement failure and success
2005-08-27 Robert Collinsprotocol start, connection loss, passthrough to test...
2005-08-27 Robert Collinsdesign up a protocol with kfish