summaryrefslogtreecommitdiff
path: root/python/subunit/tests
Commit message (Expand)AuthorAgeFilesLines
* Move transport decoration fallback to use the ExtendedToOriginal fallback.Robert Collins2009-10-251-15/+27
* Start reporting additional messages on successes via the details API.Robert Collins2009-10-242-11/+26
* Move skips to the details API.Robert Collins2009-10-242-14/+23
* Move expected failures to the details API.Robert Collins2009-10-241-6/+32
* Move Failure reporting to the new details API.Robert Collins2009-10-241-31/+38
* change error reports to use the extended details interface.Robert Collins2009-10-243-9/+35
* Use cleaner test doubles in test_test_protocol.Robert Collins2009-10-241-336/+212
* 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
* Gather multipart details.Robert Collins2009-10-131-1/+19
* Small buffering bugs in chunked decoder.Robert Collins2009-10-131-0/+5
* Move details parsing into a separate class.Robert Collins2009-10-133-0/+82
* multipart details trigger the parser to detect interrupted streams too.Robert Collins2009-10-111-47/+27
* Implement a chunked decoder.Robert Collins2009-10-101-0/+57
* Move chunking to be \r\n based and create a dedicated module with that logic.Robert Collins2009-10-103-9/+76
* Support addUnexpectedSuccess.Robert Collins2009-10-091-0/+15
* Add support for addExpectedFailure in the Subunit python serialiser.Robert Collins2009-10-091-0/+25
* Wire up addSkip to details.Robert Collins2009-10-081-0/+14
* Hook addError up to the details protocol.Robert Collins2009-10-071-1/+15
* Hook addFailure to to details.Robert Collins2009-10-051-3/+22
* Create TracebackContent for adapting exc_info tuples.Robert Collins2009-10-052-1/+24
* Hook up addSuccess with a details parameter.Robert Collins2009-10-051-1/+14
* Add subunit.Content python class for serialisation.Robert Collins2009-10-043-6/+43
* Add ContentType class.Robert Collins2009-10-042-0/+51
* License change to BSD/Apache License 2.0.Robert Collins2009-09-308-104/+80
* Change python API for tags to just consistently call result.tags(new_tags, go...Robert Collins2009-08-303-30/+32
* Merge Martin's regex filter patch.Robert Collins2009-08-301-1/+16
|\
| * Add TestResultFilter filter_predicate optionMartin Pool2009-08-051-1/+16
* | Extend the progress model to support a push/pop model.Robert Collins2009-08-084-10/+145
* | Review feedback.Robert Collins2009-08-081-3/+4
* | python: pass xfail outcomes to TestResult.addExpectedFailure, when it is defi...Robert Collins2009-08-061-13/+56
|/
* Add --no-passthrough option to various filters.Robert Collins2009-08-031-1/+7
* Basic progress support.Robert Collins2009-07-282-0/+58
* Add missing shouldStop attribute to TestResult decorators.Robert Collins2009-07-231-0/+8
* Add AutoTimingTestResultDecorator.Robert Collins2009-07-221-1/+51
* Add TestProtocolClient.time().Robert Collins2009-07-221-1/+9
* Add subunit.test_results.HookedTestResultDecorator.Robert Collins2009-07-222-0/+115
* Support microsecond times.Robert Collins2009-07-201-2/+5
* Teach python to call TestResult.time on time: tags.Robert Collins2009-07-201-29/+37
* Add docs to the sample-script explaining why it has an argv check.Robert Collins2009-07-191-0/+3
* Support arguments in ExecTestCase.Robert Collins2009-07-182-0/+13
* Review feedback on filters.Robert Collins2009-03-091-1/+0
* Update skip support in python to be in line with testtools.Robert Collins2009-02-283-18/+47
* Remove the unnecessary and annoying subunit.RemotedTestCase prefix from the t...Robert Collins2009-02-232-7/+7
* Add a TestResultFilter supporting filtering out success/fail/errors.Robert Collins2009-02-222-0/+117
* Review feedback.Robert Collins2009-02-151-7/+9
* Review feedback on the skip/xfail/success comment branch.Robert Collins2008-12-151-6/+8