third_party/subunit
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...
2011-04-25 MartinAvoid leaking test output in TestTestProtocolServerStar...
2011-04-25 Jelmer VernooijSplit out method that checks for expected failures...
2011-04-25 Jelmer VernooijMove read_test_filter to python/subunit.
2011-04-25 Jelmer VernooijRemove TagCollapsingDecator test.
2011-04-25 Robert CollinsUpdate testtools dependency.
2011-04-25 Robert CollinsTest suite works in python3.
2011-04-25 Robert CollinsTest suite passing on 3.1.
2011-04-25 Robert CollinsNearly done.
2011-04-25 Robert CollinsUpdate stats tests.
2011-04-25 Robert CollinsTags in the API are strings. And python3 exception...
2011-04-25 Robert CollinsMerge Martin[gz]'s fix for make_stream_binary.
2011-04-25 Robert CollinsMore fixups.
2011-04-24 MartinRemove presumably erroneous _make_stream_binary call
2011-04-24 MartinVary fileno attempt exception type to support Python 3
2011-04-24 MartinUse try/except rather than getattr to test for fileno...
2011-04-24 Robert CollinsMore small stuff.
2011-04-24 Robert CollinsProgress.
2011-04-24 Robert CollinsMore progress.
2011-04-24 Robert CollinsMake test suite importable in py3.
2011-04-24 Robert CollinsGet pydoc3.1 subunit working.
2011-04-24 Robert CollinsFixup initial py3 support from tres and start digging...
2011-04-11 Jelmer VernooijMark unexpected successes, too.
2011-04-11 Jelmer VernooijFilter errors as well.
2011-04-11 Jelmer VernooijSupport --fixup-expected-failures argument to subunit...
2011-03-28 Jelmer VernooijAdd test for TagCollapsingDecorator.testsRun.
2011-03-18 Jonathan LangeRefactor TestResultFilter, making it collapse time...
2011-03-10 Tres SeaverWork around Python3 syntax errors.
2011-02-15 Jonathan LangeAdd different support.
2011-02-13 Jonathan LangeConsistently use super() rather than upcalling.
2011-02-13 Jonathan LangeUse the time collapsing decorator as well.
2011-02-13 Jonathan LangeMake sure that we don't send time if there are none...
2011-02-13 Jonathan LangeProperly handle multiple events.
2011-02-13 Jonathan LangeAdd a time collapsing decorator.
2011-02-12 Jonathan LangeOnly one mechanism for checking to see if a thing is...
2011-02-12 Jonathan LangeSimplify TRF by using TagCollapsingDecorator.
2011-02-12 Jonathan LangeImplement the tag collapsing logic by stealing stuff...
2011-02-12 Jonathan LangeGet started, fix a bug in subunit's decorator.
2011-02-12 Jonathan LangePreserve relative ordering of 'time:' statements (fixes...
2011-02-12 Jonathan LangeNEWS
2011-02-12 Jonathan LangeDelete unnecessary code.
2011-02-11 Jonathan LangeMore flakes.
next