summaryrefslogtreecommitdiff
path: root/python/subunit/tests/test_test_results.py
Commit message (Expand)AuthorAgeFilesLines
* Make sure that we don't send time if there are none to send.Jonathan Lange2011-02-131-0/+15
* Properly handle multiple events.Jonathan Lange2011-02-131-1/+25
* Add a time collapsing decorator.Jonathan Lange2011-02-131-0/+25
* Implement the tag collapsing logic by stealing stuff from TRF and fixing it.Jonathan Lange2011-02-121-0/+15
* Get started, fix a bug in subunit's decorator.Jonathan Lange2011-02-121-0/+13
* More flakes to fix upJonathan Lange2011-02-101-13/+7
* Cruft. Go.Robert Collins2009-12-131-8/+0
* Use the newly exposed test helpers from testtools trunk.Robert Collins2009-12-131-78/+0
* Use testtools facilities for the details API.Robert Collins2009-12-111-340/+3
* Teach filters about details and outcomes.Robert Collins2009-10-251-0/+18
* Move transport decoration fallback to use the ExtendedToOriginal fallback.Robert Collins2009-10-251-15/+27
* Support the time protocol on ExtendedToOriginalDecorator.Robert Collins2009-10-191-0/+16
* Support tags on the ExtendedToOriginal decorator.Robert Collins2009-10-191-0/+16
* Support progress on the ExtendedToOriginal decorator.Robert Collins2009-10-191-0/+16
* Change the ExtendedToOriginal decorator to fallback xfails as success.Robert Collins2009-10-191-2/+12
* Implement a python TestResult decorator for outcome details.Robert Collins2009-10-181-0/+358
* License change to BSD/Apache License 2.0.Robert Collins2009-09-301-13/+10
* Extend the progress model to support a push/pop model.Robert Collins2009-08-081-3/+4
* Basic progress support.Robert Collins2009-07-281-0/+7
* Add missing shouldStop attribute to TestResult decorators.Robert Collins2009-07-231-0/+8
* Add AutoTimingTestResultDecorator.Robert Collins2009-07-221-1/+51
* Add subunit.test_results.HookedTestResultDecorator.Robert Collins2009-07-221-0/+113