Newer versions of testtools have {Python26,Python27,Extended}TestResult in testtools...
[third_party/subunit] / python / subunit / __init__.py
2011-05-01 Robert CollinsFix thinko in addSuccess refactoring.
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 MartinHack ExecTestCase and its tests to sort-of be portable...
2011-04-26 Jelmer VernooijMerge addition of --fixup-expected-failures argument...
2011-04-25 Jelmer VernooijMove read_test_filter to python/subunit.
2011-04-25 Robert CollinsTest suite passing on 3.1.
2011-04-25 Robert CollinsNearly done.
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 CollinsFixup initial py3 support from tres and start digging...
2011-03-10 Tres SeaverWork around Python3 syntax errors.
2011-02-12 Jonathan LangePreserve relative ordering of 'time:' statements (fixes...
2011-02-11 Jonathan LangeMore flakes.
2010-12-08 Robert CollinsMerge subunit.run filtering support.
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-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-06-24 Robert CollinsMerge the setup.py Tres supplied.
2010-06-24 Robert CollinsFix make check with testtools trunk.
2010-06-11 Robert Collins* Old style tracebacks with no encoding info are now...
2010-05-12 Robert CollinsOn windows, ProtocolTestCase and TestProtocolClient...
2010-04-12 Jelmer VernooijMerge support for handling lowercase skip/todo in tap2s...
2010-04-11 Jelmer VernooijHandle lowercase skip/todo in tap.
2010-01-16 Jelmer VernooijMerge SUBUNIT_FORMATTER patch.
2010-01-16 Jelmer VernooijIgnore SUBUNIT_FORMATTER if it is empty.
2010-01-15 Robert CollinsOnly take commands that start the line they are observe...
2010-01-15 Jelmer VernooijSupport SUBUNIT_FORMATTER environment variable.
2009-12-15 Robert CollinsAdd experimental multipart support and addExpectFailure...
2009-12-14 Robert CollinsAdd --forward option to subunit2junitxml.
2009-12-14 Robert CollinsMerge junitxml --forward branch.
2009-12-14 Robert CollinsAdd --forward option to subunit2junitxml.
2009-12-13 Robert CollinsLine wrapping.
2009-12-13 Robert CollinsRemove more references to cleaned up modules.
2009-12-13 Robert CollinsUse the newly exposed test helpers from testtools trunk.
2009-12-11 Robert CollinsUse testtools facilities for the details API.
2009-12-07 Robert CollinsMerge trunk.
2009-10-25 Robert CollinsSupport the extended TestResult details API on TestResu...
2009-10-25 Robert CollinsAdd details API support to the Stats result object.
2009-10-24 Robert CollinsStart reporting additional messages on successes via...
2009-10-24 Robert CollinsMove skips to the details API.
2009-10-24 Robert CollinsMove expected failures to the details API.
2009-10-24 Robert CollinsMove Failure reporting to the new details API.
2009-10-24 Robert Collinschange error reports to use the extended details interface.
2009-10-19 Robert CollinsUse ExtendedToOriginalDecorator in TestProtocolServer...
2009-10-13 Robert CollinsMove details parsing into a separate class.
2009-10-10 Robert Collinsmultipart details trigger the parser to detect interrup...
2009-10-10 Robert CollinsRemove duplicate handling in the outcome details mode...
2009-10-10 Robert CollinsMore docs.
2009-10-10 Robert CollinsSimplify Python parser calling paths.
2009-10-10 Robert CollinsRemove the STATE_OBJECTS transition support from the...
2009-10-10 Robert CollinsMove success details parsing to a state object in the...
2009-10-10 Robert CollinsMove xfail details parsing to a state object in the...
2009-10-10 Robert CollinsMove skip details parsing to a state object in the...
2009-10-10 Robert CollinsMove error details parsing to a state object in the...
2009-10-10 Robert CollinsMove failure details parsing into a state object in...
2009-10-10 Robert CollinsMove the TEST_STARTED parser state to a state object.
2009-10-10 Robert CollinsPull the outside-test state logic out of the Python...
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 CollinsHook up addSuccess with a details parameter.
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 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-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 TestProtocolClient.time().
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...
next