Merge support for newer location of {Extended,Python26,Python27}TestResult in testtools.
[third_party/subunit] / python /
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...
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 LangeDelete unnecessary code.
2011-02-11 Jonathan LangeMore flakes.
2011-02-11 Jonathan LangeUnnecessary whitespace.
2011-02-11 Jonathan LangePass through time when we aren't in tests.
2011-02-11 Jonathan LangeFix the immediate bug.
2011-02-11 Jonathan LangeFailing test that demonstrates the bug.
2011-02-11 Jonathan LangeClarity
2011-02-11 Jonathan LangeParametrize the subunit input.
2011-02-11 Jonathan LangeTry to make the test set up a little more data driven.
2011-02-11 Jonathan LangeFormatting.
2011-02-10 Jonathan LangeNo need for that either
2011-02-10 Jonathan LangeNo need to store on the object either.
2011-02-10 Jonathan LangeDelete unused method.
2011-02-10 Jonathan LangePass the filter in.
2011-02-10 Jonathan LangeReturn, rather than setting an attribute
2011-02-10 Jonathan LangeMore flakes.
2011-02-10 Jonathan LangeMore flakes to fix up
2011-02-10 Jonathan LangeFlakes
2011-01-28 Jonathan LangeNew 'strict' option to Decoder. (Martin Pool)
2011-01-28 Jonathan LangeCR, not cr. Flakes. Whitespace.
2011-01-12 Martin PoolDefault to (more) strict decoding of chunked parts
2011-01-10 Martin PoolTolerate streams with the \r missing from the chunk...
2010-12-08 Robert CollinsMerge subunit.run filtering support.
2010-11-30 Robert CollinsThe Subunit Python test runner ``python -m subunit...
2010-10-19 Jonathan LangeMerge mgz's patch for flushing the TestProtocolClient...
2010-10-04 MartinFlush the stream at the start and end of each test...
2010-08-24 John Arbash Meinel(bug #623642) Add --no-xfail and -F to subunit-filter.
2010-08-05 Jonathan LangeMove the bulk of subunit-ls into an importable Python...
2010-08-04 Jonathan LangeWhitespace.
2010-08-04 Jonathan LangeMove TestIdPrintingResult from subunit-ls to subunit...
2010-07-02 Robert CollinsMake it clear that BRACKETED parts are utf8 and fix...
2010-07-01 Robert CollinsMerge james_w's discovery patch, tweaked.
2010-07-01 Robert CollinsTweak discovery patch as requested in the review.
2010-06-24 Robert CollinsMerge the setup.py Tres supplied.
2010-06-24 Robert CollinsFix make check with testtools trunk.
2010-06-22 James WestbyModify the usage message from subunit.run.
next