Properly scope tag collapsing
[third_party/subunit] / python /
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-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 Stewart Smith's branch to add timestamps to shell...
2011-08-08 Jonathan LangeCorrect spelling (mgz)
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 MeinelMerge trunk tip, resolve NEWS.
2011-06-30 John Arbash MeinelMerge trunk r142 and resolve conflicts.
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-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 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...
next