third_party/subunit
2012-04-20 Jonathan LangeRe-use more common code.
2012-04-20 Jonathan LangeMake the integration test include local tags as well.
2012-04-20 Jonathan LangeMerge updates from tag-collapsing-rigor.
2012-04-20 Jonathan LangeFlush global tags too.
2012-04-20 Jonathan LangeFactor subunit-filter some more.
2012-04-20 Jonathan LangeMerge tag collapsing thing.
2012-04-20 Jonathan LangeCollapse tags outside of tests too.
2012-04-20 Jonathan LangeMake sure tags directives are sent before addSuccess...
2012-04-20 Jonathan LangeProperly scope tag collapsing
2012-04-20 Jonathan LangeMake sure tags are sent before result.
2012-04-19 Jonathan Langedon't rely on current_tags, implement it ourselves.
2012-04-19 Jonathan LangeComments.
2012-04-12 Jonathan LangeProgress, of a sort.
2012-04-10 Jonathan LangeAdd tests that exercise the subunit-filter filter.
2012-04-10 Jonathan LangeExtract a helper.p
2012-04-10 Jonathan LangeComposition is better than inheritance.
2012-04-10 Jonathan LangeMake sure all of our predicates support tags.
2012-04-10 Jonathan LangeAllow the predicate to filter tags.
2012-04-10 Jonathan LangeA layer of abstraction that can help us.
2012-04-10 Jonathan LangeFlakes
2012-04-10 Jonathan LangeFactor out the "fixup expected failures" thing so they...
2012-04-10 Jonathan LangeExtract out a filter base class that just deals with...
2012-03-27 Jonathan LangeMerge lp:~jml/subunit/to-csv -- Add subunit2csv script...
2012-03-27 Jonathan LangeFactor out subunit-notify
2012-03-27 Jonathan LangeAdd a post-run hook.
2012-03-27 Jonathan LangeTry to reduce double negatives and be more explicit...
2012-03-27 Jonathan LangeNot XML
2012-03-27 Jonathan LangeRename main() and give it a docstring.
2012-03-27 Jonathan LangeFactor out JUnitXML
2012-03-27 Jonathan LangeDocstrings and renaming.
2012-03-27 Jonathan LangeMore fiddling about.
2012-03-27 Jonathan LangeMore tweaking of boundaries.
2012-03-27 Jonathan LangeTry to factor out the filter code.
2012-03-25 Jonathan LangeRename csv_result to CsvResult.
2012-03-25 Jonathan LangeDon't write anything until startTestRun is called.
2012-03-25 Jonathan LangeTighter testing.
2012-03-25 Jonathan LangeDon't bother testing the script because no one has...
2012-03-25 Jonathan LangeTest for csv output.
2012-03-25 Jonathan LangeResolve XXX about testtools support for tags.
2012-03-25 Jonathan LangeMerge trunk.
2012-03-25 Jonathan LangeUpdate to behave correctly with tags.
2012-03-12 Jonathan LangeUse public testtools API for getting exception strings.
2012-02-16 Jonathan LangeClean up a flake
2012-02-16 Jonathan LangeMake sure the tests pass with 0.9.11 as well as 0.9...
2012-02-16 Jonathan LangeMerge trunk
2012-02-10 Jonathan Langeet binary mode on the stream for forwarding subunit...
2012-02-09 Jonathan LangeCode that works for 0.9.11 and against testtools trunk
2012-02-09 Jonathan LangeDon't make so many assumptions about how testtools...
2012-02-09 Jonathan LangeFix to call the public API in testtools.
2012-02-03 Jonathan LangeTodos
2012-02-02 Jonathan LangeFactor out the assertions.
2012-02-01 Jonathan LangeSwathe of tests.
2012-02-01 Jonathan LangeMerge trunk
2012-02-01 Jonathan LangeDeal with testtools moving doubles out of helpers.
2012-02-01 Jonathan LangeFlakes
2012-01-31 Jonathan LangeAdd a CSV filter.
2012-01-31 Jonathan LangeFlakes
2012-01-26 Robert CollinsFix shell tests to handle timestamps (Paired with Stewart).
2012-01-11 Robert CollinsTag support has been implemented for TestProtocolClient.
2012-01-11 Robert CollinsHandle latest testtools changes.
2012-01-04 Martin PackmanSet binary mode on the forwarded stream in ProtocolTest...
2011-12-08 Jonathan LangeMake version guessing more reliable (mgz)
2011-11-07 Jelmer VernooijMerge support for newer location of {Extended,Python26...
2011-11-01 Jonathan LangeOutput timing information from subunit.run
2011-11-01 Jonathan LangeCopyright update.
2011-11-01 James WestbyHave the output of subunit.run include timing information.
2011-10-31 Robert CollinsMerge trunk work that had gotten diverged.
2011-10-13 Jelmer VernooijNewer versions of testtools have {Python26,Python27...
2011-10-06 Jonathan LangeMerge branch fixing perl output
2011-10-06 Jonathan LangeMerge Stewart Smith's branch to add timestamps to shell...
2011-10-06 Stewart Smithfix Subunit.pm for outputting 'failure' instead of...
2011-08-08 Jonathan LangeCorrect spelling (mgz)
2011-08-07 MartinMake version detection in setup.py slightly more robust
2011-08-07 MartinCouple of spelling corrections to python subunit module...
2011-07-26 Jonathan LangeFix Python 3 syntax error.
2011-07-04 Jonathan LangeAdd "subunit-filter -F" to set all the flags that remov...
2011-06-30 John Arbash... Turn the -F handler into a callback that adds args.
2011-06-30 John Arbash... Add -F to suppress everything that isn't a failure...
2011-06-30 John Arbash... Remove -F since it seemed controversial
2011-06-30 John Arbash... Merge trunk tip, resolve NEWS.
2011-06-30 John Arbash... Merge trunk r142 and resolve conflicts.
2011-06-16 Stewart Smithin subunit.sh add Z to end of time to indicate UTC
2011-06-12 Stewart Smithmake subunit shell functions output time at each point...
2011-06-12 Robert CollinsRelease 0.0.7.
2011-05-23 Robert Collins* ``subunit-ls`` should handle the new test outcomes...
2011-05-23 Robert Collins* ``subunit-ls`` now handles a stream with time: instru...
2011-05-20 Robert CollinsUnbreak subunit-filter with no fixup option given.
2011-05-10 Jelmer VernooijFix handling of addSkip in TestResultFilter.
2011-05-09 Jelmer VernooijAdd test to make sure addSkip is preserved.
2011-05-09 Jelmer VernooijFix argument in TestResultFilter.addSkip.
2011-05-01 Robert CollinsFix thinko in addSuccess refactoring.
2011-05-01 Robert CollinsSupport testsRun on the tag and time collapsing decorators.
2011-05-01 Robert CollinsSupport unexpected success outcomes.
2011-05-01 Robert CollinsMartins fix for failures on windows.
2011-05-01 Robert CollinsAdditionally the protocol now has a keyword uxsuccess...
2011-04-27 Robert CollinsMerge python 3K changes.
2011-04-27 MartinFix join_dir test by being more specific about what...
2011-04-27 MartinSkip os.fork tests on non-posix systems, by switching...
2011-04-27 MartinHack ExecTestCase and its tests to sort-of be portable...
2011-04-26 Jelmer VernooijMerge addition of --fixup-expected-failures argument...
next