summaryrefslogtreecommitdiff
path: root/python/subunit/test_results.py
Commit message (Expand)AuthorAgeFilesLines
* Get pydoc3.1 subunit working.Robert Collins2011-04-251-1/+2
* Consistently use super() rather than upcalling.Jonathan Lange2011-02-131-4/+4
* Use the time collapsing decorator as well.Jonathan Lange2011-02-131-2/+2
* Make sure that we don't send time if there are none to send.Jonathan Lange2011-02-131-0/+2
* Properly handle multiple events.Jonathan Lange2011-02-131-5/+9
* Add a time collapsing decorator.Jonathan Lange2011-02-131-0/+19
* Only one mechanism for checking to see if a thing is filtered.Jonathan Lange2011-02-121-15/+27
* Simplify TRF by using TagCollapsingDecorator.Jonathan Lange2011-02-121-23/+1
* Implement the tag collapsing logic by stealing stuff from TRF and fixing it.Jonathan Lange2011-02-121-0/+48
* Get started, fix a bug in subunit's decorator.Jonathan Lange2011-02-121-1/+5
* Unnecessary whitespace.Jonathan Lange2011-02-111-1/+0
* Pass through time when we aren't in tests.Jonathan Lange2011-02-111-1/+4
* Fix the immediate bug.Jonathan Lange2011-02-111-13/+22
* Whitespace.Jonathan Lange2010-08-041-13/+13
* Move TestIdPrintingResult from subunit-ls to subunit.test_resultsJonathan Lange2010-08-041-2/+50
* Fix incorrect ordering of tags method parameters in TestResultDecorator. ThisRobert Collins2010-03-121-2/+2
* Use testtools facilities for the details API.Robert Collins2009-12-111-158/+2
* Teach filters about details and outcomes.Robert Collins2009-10-251-37/+56
* Support the extended TestResult details API on TestResultFilter (but not yet ...Robert Collins2009-10-251-0/+118
* Move transport decoration fallback to use the ExtendedToOriginal fallback.Robert Collins2009-10-251-40/+24
* Support the time protocol on ExtendedToOriginalDecorator.Robert Collins2009-10-191-0/+5
* Support tags on the ExtendedToOriginal decorator.Robert Collins2009-10-191-0/+10
* Support progress on the ExtendedToOriginal decorator.Robert Collins2009-10-191-0/+6
* Change the ExtendedToOriginal decorator to fallback xfails as success.Robert Collins2009-10-191-1/+1
* Implement a python TestResult decorator for outcome details.Robert Collins2009-10-181-0/+130
* License change to BSD/Apache License 2.0.Robert Collins2009-09-301-13/+10
* Merge python API changes for tagging.Robert Collins2009-09-081-24/+95
|\
| * Split TestResultDecorator into hooked and non-hooked one. Also improve fallba...Robert Collins2009-08-301-24/+95
|/
* Basic progress support.Robert Collins2009-07-281-0/+7
* Add missing shouldStop attribute to TestResult decorators.Robert Collins2009-07-231-0/+12
* Add AutoTimingTestResultDecorator.Robert Collins2009-07-221-0/+38
* Add subunit.test_results.HookedTestResultDecorator.Robert Collins2009-07-221-0/+93