Move chunking to be \r\n based and create a dedicated module with that logic.
[third_party/subunit] / python / subunit /
2009-10-10 Robert CollinsMove chunking to be \r\n based and create a dedicated...
2009-10-10 Robert CollinsMerge trunk to resolve NEWS.
2009-10-10 Robert CollinsFix make distcheck.
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.
2009-10-04 Robert CollinsHook up addSuccess with a details parameter.
2009-10-04 Robert CollinsAdd subunit.Content python class for serialisation.
2009-10-04 Robert CollinsAdd ContentType class.
2009-09-30 Robert CollinsLicense change to BSD/Apache License 2.0.
2009-09-19 Robert CollinsImprove clarity and accessability of Python documentation.
2009-09-19 Robert CollinsProper use of capitals for proper nouns.
2009-09-19 Robert CollinsMove python API documentation into the subunit pydoc.
2009-09-09 Robert CollinsGet make distcheck working with Jelmers perl-install...
2009-09-08 Robert CollinsMerge python API changes for tagging.
2009-09-08 Robert CollinsAlso document Perl.
2009-08-30 Robert CollinsChange python API for tags to just consistently call...
2009-08-30 Robert CollinsSplit TestResultDecorator into hooked and non-hooked...
2009-08-30 Robert CollinsMerge Martin's regex filter patch.
2009-08-27 Robert CollinsMerge progress model overhaul adding nest progress...
2009-08-08 Robert CollinsExtend the progress model to support a push/pop model.
2009-08-08 Robert CollinsMerge bugfix to expose xfail in python2.7 and above.
2009-08-08 Robert CollinsReview feedback.
2009-08-06 Robert Collinspython: pass xfail outcomes to TestResult.addExpectedFa...
2009-08-05 Martin PoolAdd TestResultFilter filter_predicate option
2009-08-05 Robert CollinsAdd --no-passthrough option to most filters.
2009-08-02 Robert CollinsAdd --no-passthrough option to various filters.
2009-07-29 Robert CollinsMerge linear progress support for the protocol definiti...
2009-07-28 Robert CollinsBasic progress support.
2009-07-22 Robert CollinsMerge support for time: tags in the python bindings...
2009-07-22 Robert CollinsAdd missing shouldStop attribute to TestResult decorators.
2009-07-22 Robert CollinsAdd AutoTimingTestResultDecorator.
2009-07-22 Robert CollinsAdd TestProtocolClient.time().
2009-07-22 Robert CollinsAdd subunit.test_results.HookedTestResultDecorator.
2009-07-20 Robert CollinsSupport microsecond times.
2009-07-20 Robert CollinsTeach python to call TestResult.time on time: tags.
2009-07-19 Robert CollinsMerge fix for bug bug 353510, allowing arguments to...
2009-07-19 Robert CollinsAdd docs to the sample-script explaining why it has...
2009-07-18 Robert CollinsSupport arguments in ExecTestCase.
2009-07-18 Robert CollinsMerge the start of perl support from Jelmer, currently...
2009-07-18 Robert CollinsMerge python helper subunit.run, for running python...
2009-06-12 Jelmer VernooijMove subunitrun => subunit.run
2009-06-03 Jelmer VernooijAdd trivial command-line test runner.
2009-04-09 Robert CollinsImprove docs and handle the testtools extended TestResu...
2009-04-08 Robert CollinsAdd done() to ProtocolTestClient.
2009-03-18 Robert CollinsFix python issue with ProtocolTestCase: file.readline...
2009-03-08 Robert CollinsReview feedback on filters.
2009-02-28 Robert CollinsUpdate skip support in python to be in line with testtools.
2009-02-23 Robert CollinsRemove the unnecessary and annoying subunit.RemotedTest...
2009-02-22 Robert CollinsAdd a TestResultFilter supporting filtering out success...
2009-02-21 Robert CollinsMajor new features:
2009-02-15 Robert CollinsReview feedback.
2008-12-14 Robert CollinsReview feedback on the skip/xfail/success comment branch.
2008-12-14 Robert CollinsMerge trunk.
2008-12-13 Robert CollinsMerge tags support.
2008-12-13 Robert CollinsReview feedback from jml.
2008-12-12 Jonathan LangeSplit tracebacks by line, rather than by any whitespace.
2008-12-09 Robert Collinsfail->failure for tap2subunit
2008-12-09 Robert Collinssubunit-stats filter added.
2008-12-08 Robert CollinsAdd subunit-tags to alter the tags on a test stream.
2008-12-08 Robert CollinsSwallow time: commands when seen.
2008-12-08 Robert CollinsMerge tags branch to resolve conflicts
2008-12-08 Robert CollinsReally aggregate lines from XFAIL and SUCCESS comments.
2008-12-07 Robert CollinsAdd a tap2subunit filter program.
2008-12-07 Robert CollinsHandle comments for test success (in wire parser) and...
2008-12-07 Robert CollinsAdd XFAIL support. As with Skip, there is no python...
2008-12-06 Robert CollinsImplement skip support for the protocol server (but...
2008-12-06 Robert CollinsImplement tags support in the protocol server, supporti...
2008-06-19 Jonathan LangeSplit tracebacks by *line* rather than by any whitespace.
2008-05-11 Jonathan LangeMake that the subunit client reports the test id, not...
2008-05-05 Jonathan LangeUse the test ID, not the test description.
2007-03-18 jml@canonical.comApply Jelmer's patch to fix LIBPATH for the C tests.
2007-03-18 jml@canonical.comSlightly more PEP compliant docstring.
2007-03-18 jml@canonical.comApply exarkun's fix to stdout pass-through
2007-02-12 Jean-Paul Calderonehandle stdout lines with no spaces in them from child...
2007-01-17 Jonathan Langewhitespace cleanup
2007-01-14 Jonathan LangeOops. Missed a rename.
2007-01-14 Jonathan LangeOops. Missed this.
2007-01-14 Jonathan LangeMake ExecTestCase test docstrings/paths relative to...
2007-01-14 Jonathan LangeRename sibpath to join_dir, and add a docstring.
2007-01-14 Jonathan LangeMake ExecTestCase test docstring/paths relative to...
2007-01-14 Jonathan LangeAdd sibpath
2007-01-14 Jonathan LangeClean up whitespace
2006-12-22 Jonathan Lange- Return a valid exc_info tuple from RemoteError
2006-12-19 Jonathan LangeReturn a valid exc_info tuple from RemoteError
2006-12-02 Jonathan LangeClarify the line-handling logic
2006-12-02 Jonathan LangeUse absolute paths so the tests run from trial
2006-10-10 Robert CollinsMerge spelling fix from Jonathan Lange.
2006-10-10 Jonathan LangeCorrect spelling: recieved -> received.
2006-04-15 Robert CollinsStart C language bindings.