third_party/subunit
2010-06-07 James WestbyAdd --discover-pattern.
2010-06-06 James WestbyImplement a hacky first pass at discovery.
2010-05-12 Robert CollinsOn windows, ProtocolTestCase and TestProtocolClient...
2010-05-12 Vincent Ladeuil(vila, martin(gz), lifeless) Make _feed_chunks assertio...
2010-04-12 Jelmer VernooijMerge support for handling lowercase skip/todo in tap2s...
2010-04-11 Jelmer VernooijHandle lowercase skip/todo in tap.
2010-04-06 Jelmer VernooijAdd support for progress reporting in Perl module.
2010-03-30 Jelmer VernooijAdd support for progress in the perl bindings.
2010-03-11 Robert CollinsFix incorrect ordering of tags method parameters in...
2010-02-19 Robert CollinsApply trivial doc fix from Brad Hards for c/README.
2010-01-25 Jelmer VernooijEliminate tabs used mixed in with spaces.
2010-01-19 Robert CollinsRelease 0.0.5
2010-01-17 Jelmer VernooijAdd --forward option to notify.
2010-01-16 Jelmer VernooijMerge SUBUNIT_FORMATTER patch.
2010-01-16 Jelmer VernooijIgnore SUBUNIT_FORMATTER if it is empty.
2010-01-15 Robert CollinsOnly take commands that start the line they are observe...
2010-01-15 Robert CollinsFix the default of all for read in subunit2gtk, really...
2010-01-15 Robert CollinsFlush the read pipe after a process hangup is detected...
2010-01-15 Jelmer VernooijSupport SUBUNIT_FORMATTER environment variable.
2010-01-14 Jelmer VernooijUpdate NEWS about subunit-notify.
2010-01-14 Jelmer Vernooijmerge notification filter.
2010-01-14 Robert CollinsShut GTK up about None being returned instead of True...
2010-01-14 Robert CollinsMerge the change to not have a progress name collision...
2010-01-14 Vincent LadeuilMake subunit2gtk works and stop reporting the last...
2010-01-14 Jelmer VernooijAdd subunit script that notifies the test results.
2010-01-11 Jelmer Vernooijmerge subunit2gtk fixes.
2009-12-31 Jelmer VernooijRemove unused imports.
2009-12-31 Jelmer VernooijFix some variable names.
2009-12-20 Robert CollinsFix make checkwhen subunit isn't currently installed...
2009-12-17 Robert CollinsBump configure version for development cycle.
2009-12-17 Robert CollinsRelease 0.0.4.
2009-12-17 Robert CollinsFix the -f switch for subunit2junitxml.
2009-12-17 Robert CollinsUse m4_define and m4_defn rather than AC_DEFUN as per...
2009-12-17 Robert CollinsMore guidance for locating testtools.
2009-12-17 Robert CollinsDo not distribute a second copy of the original iso8601...
2009-12-17 Robert CollinsBe more clear about where to get testtools from.
2009-12-15 Robert CollinsTarballs should not claim to be 0.0.3 :)
2009-12-15 Robert CollinsDist more files.
2009-12-15 Robert CollinsNote pkg-config dependency.
2009-12-15 Robert CollinsMakefile was still tying to dist deleted files.
2009-12-15 Robert CollinsMark 0.0.3 as released.
2009-12-15 Robert CollinsAdd experimental multipart support and addExpectFailure...
2009-12-14 Robert CollinsAdd --forward option to subunit2junitxml.
2009-12-14 Robert CollinsMerge junitxml --forward branch.
2009-12-14 Robert CollinsAdd --forward option to subunit2junitxml.
2009-12-13 Robert CollinsLine wrapping.
2009-12-13 Robert CollinsRemove more references to cleaned up modules.
2009-12-13 Robert CollinsRemove reference to deleted helper.
2009-12-13 Robert CollinsCruft. Go.
2009-12-13 Robert CollinsUse the newly exposed test helpers from testtools trunk.
2009-12-11 Robert CollinsUse testtools facilities for the details API.
2009-12-11 Robert CollinsRun all tests
2009-12-07 Robert CollinsMerge trunk.
2009-12-07 Robert CollinsDo not use gcc specific flags on non-gcc builds.
2009-11-22 Trond NorbyeFix review comments
2009-11-05 Trond NorbyeDon't add GCC options to non gcc compilers
2009-10-25 Robert CollinsTeach filters about details and outcomes.
2009-10-25 Robert CollinsSupport the extended TestResult details API on TestResu...
2009-10-25 Robert CollinsAdd details API support to the Stats result object.
2009-10-25 Robert CollinsMove transport decoration fallback to use the ExtendedT...
2009-10-24 Robert CollinsNEWS update.
2009-10-24 Robert CollinsStart reporting additional messages on successes via...
2009-10-24 Robert CollinsMove skips to the details API.
2009-10-24 Robert CollinsMove expected failures to the details API.
2009-10-24 Robert CollinsMove Failure reporting to the new details API.
2009-10-24 Robert Collinschange error reports to use the extended details interface.
2009-10-24 Robert CollinsUse cleaner test doubles in test_test_protocol.
2009-10-19 Robert CollinsUse ExtendedToOriginalDecorator in TestProtocolServer...
2009-10-19 Robert CollinsSupport the time protocol on ExtendedToOriginalDecorator.
2009-10-19 Robert CollinsSupport tags on the ExtendedToOriginal decorator.
2009-10-19 Robert CollinsSupport progress on the ExtendedToOriginal decorator.
2009-10-19 Robert CollinsChange the ExtendedToOriginal decorator to fallback...
2009-10-18 Robert CollinsImplement a python TestResult decorator for outcome...
2009-10-13 Robert CollinsGather multipart details.
2009-10-13 Robert CollinsSmall buffering bugs in chunked decoder.
2009-10-13 Robert CollinsMove details parsing into a separate class.
2009-10-10 Robert Collinsmultipart details trigger the parser to detect interrup...
2009-10-10 Robert CollinsRemove duplicate handling in the outcome details mode...
2009-10-10 Robert CollinsMore docs.
2009-10-10 Robert CollinsSimplify Python parser calling paths.
2009-10-10 Robert CollinsRemove the STATE_OBJECTS transition support from the...
2009-10-10 Robert CollinsMove success details parsing to a state object in the...
2009-10-10 Robert CollinsMove xfail details parsing to a state object in the...
2009-10-10 Robert CollinsMove skip details parsing to a state object in the...
2009-10-10 Robert CollinsMove error details parsing to a state object in the...
2009-10-10 Robert CollinsMove failure details parsing into a state object in...
2009-10-10 Robert CollinsMove the TEST_STARTED parser state to a state object.
2009-10-10 Robert CollinsPull the outside-test state logic out of the Python...
2009-10-10 Robert CollinsImplement a chunked decoder.
2009-10-10 Robert CollinsMove chunking to be \r\n based and create a dedicated...
2009-10-10 Robert CollinsFix distcheck.
2009-10-10 Robert CollinsMerge trunk to resolve NEWS.
2009-10-10 Robert CollinsFix make distcheck.
2009-10-09 Robert CollinsConvert the CPPUnit patch to a library usable with...
2009-10-09 Robert CollinsSupport addUnexpectedSuccess.
2009-10-09 Robert CollinsAdd support for addExpectedFailure in the Subunit pytho...
2009-10-08 Robert CollinsWire up addSkip to details.
2009-10-07 Robert CollinsHook addError up to the details protocol.
2009-10-04 Robert CollinsHook addFailure to to details.
2009-10-04 Robert CollinsCreate TracebackContent for adapting exc_info tuples.
next