Use testtools facilities for the details API.
[third_party/subunit] / python / subunit / tests / test_test_results.py
2009-12-11 Robert CollinsUse testtools facilities for the details API.
2009-12-07 Robert CollinsMerge trunk.
2009-10-25 Robert CollinsTeach filters about details and outcomes.
2009-10-25 Robert CollinsMove transport decoration fallback to use the ExtendedT...
2009-10-19 Robert CollinsSupport the time protocol on ExtendedToOriginalDecorator.
2009-10-19 Robert CollinsSupport tags on the ExtendedToOriginal decorator.
2009-10-19 Robert CollinsSupport progress on the ExtendedToOriginal decorator.
2009-10-19 Robert CollinsChange the ExtendedToOriginal decorator to fallback...
2009-10-18 Robert CollinsImplement a python TestResult decorator for outcome...
2009-09-30 Robert CollinsLicense change to BSD/Apache License 2.0.
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-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 subunit.test_results.HookedTestResultDecorator.