summaryrefslogtreecommitdiff
path: root/python/subunit/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Start reporting additional messages on successes via the details API.Robert Collins2009-10-241-3/+4
* Move skips to the details API.Robert Collins2009-10-241-10/+4
* Move expected failures to the details API.Robert Collins2009-10-241-2/+2
* Move Failure reporting to the new details API.Robert Collins2009-10-241-2/+3
* change error reports to use the extended details interface.Robert Collins2009-10-241-2/+3
* Use ExtendedToOriginalDecorator in TestProtocolServer removing a bunch of fal...Robert Collins2009-10-191-29/+13
* Move details parsing into a separate class.Robert Collins2009-10-131-18/+18
* multipart details trigger the parser to detect interrupted streams too.Robert Collins2009-10-111-3/+7
* Remove duplicate handling in the outcome details mode detection.Robert Collins2009-10-111-48/+41
* More docs.Robert Collins2009-10-111-0/+5
* Simplify Python parser calling paths.Robert Collins2009-10-111-55/+29
* Remove the STATE_OBJECTS transition support from the Python parser.Robert Collins2009-10-111-77/+13
* Move success details parsing to a state object in the Python parser.Robert Collins2009-10-111-19/+18
* Move xfail details parsing to a state object in the Python parser.Robert Collins2009-10-111-15/+17
* Move skip details parsing to a state object in the Python parser.Robert Collins2009-10-111-11/+13
* Move error details parsing to a state object in the Python parser.Robert Collins2009-10-111-19/+35
* Move failure details parsing into a state object in the Python parser.Robert Collins2009-10-111-12/+67
* Move the TEST_STARTED parser state to a state object.Robert Collins2009-10-111-65/+127
* Pull the outside-test state logic out of the Python parser into a separate st...Robert Collins2009-10-111-17/+44
* Move chunking to be \r\n based and create a dedicated module with that logic.Robert Collins2009-10-101-4/+11
* Merge trunk to resolve NEWS.Robert Collins2009-10-101-1/+0
|\
| * Fix make distcheck.Robert Collins2009-10-101-1/+0
* | Support addUnexpectedSuccess.Robert Collins2009-10-091-0/+1
* | Add support for addExpectedFailure in the Subunit python serialiser.Robert Collins2009-10-091-3/+18
* | Wire up addSkip to details.Robert Collins2009-10-081-7/+12
* | Hook addError up to the details protocol.Robert Collins2009-10-071-10/+35
* | Hook addFailure to to details.Robert Collins2009-10-051-15/+47
* | Hook up addSuccess with a details parameter.Robert Collins2009-10-051-5/+25
|/
* License change to BSD/Apache License 2.0.Robert Collins2009-09-301-13/+10
* Proper use of capitals for proper nouns.Robert Collins2009-09-191-9/+9
* Move python API documentation into the subunit pydoc.Robert Collins2009-09-191-6/+140
* Merge python API changes for tagging.Robert Collins2009-09-081-18/+62
|\
| * Change python API for tags to just consistently call result.tags(new_tags, go...Robert Collins2009-08-301-18/+53
|/
* Merge Martin's regex filter patch.Robert Collins2009-08-301-5/+14
|\
| * Add TestResultFilter filter_predicate optionMartin Pool2009-08-051-5/+14
* | Extend the progress model to support a push/pop model.Robert Collins2009-08-081-10/+26
* | python: pass xfail outcomes to TestResult.addExpectedFailure, when it is defi...Robert Collins2009-08-061-5/+15
|/
* Add --no-passthrough option to various filters.Robert Collins2009-08-031-10/+25
* Basic progress support.Robert Collins2009-07-281-0/+33
* Add TestProtocolClient.time().Robert Collins2009-07-221-1/+14
* Support microsecond times.Robert Collins2009-07-201-5/+6
* Teach python to call TestResult.time on time: tags.Robert Collins2009-07-201-3/+12
* Support arguments in ExecTestCase.Robert Collins2009-07-181-2/+2
* Add done() to ProtocolTestClient.Robert Collins2009-04-081-0/+3
* Fix python issue with ProtocolTestCase: file.readline() gets a line immediate...Robert Collins2009-03-181-1/+3
* Update skip support in python to be in line with testtools.Robert Collins2009-02-281-7/+46
* Remove the unnecessary and annoying subunit.RemotedTestCase prefix from the t...Robert Collins2009-02-231-1/+1
* Add a TestResultFilter supporting filtering out success/fail/errors.Robert Collins2009-02-221-0/+49
* Review feedback.Robert Collins2009-02-151-4/+5
* Merge trunk.Robert Collins2008-12-151-9/+9
|\