summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use ExtendedToOriginalDecorator in TestProtocolServer removing a bunch of fal...Robert Collins2009-10-191-29/+13
* Support the time protocol on ExtendedToOriginalDecorator.Robert Collins2009-10-192-0/+21
* Support tags on the ExtendedToOriginal decorator.Robert Collins2009-10-192-0/+26
* Support progress on the ExtendedToOriginal decorator.Robert Collins2009-10-192-0/+22
* Change the ExtendedToOriginal decorator to fallback xfails as success.Robert Collins2009-10-192-3/+13
* Implement a python TestResult decorator for outcome details.Robert Collins2009-10-183-0/+492
* Gather multipart details.Robert Collins2009-10-132-1/+55
* Small buffering bugs in chunked decoder.Robert Collins2009-10-132-3/+10
* Move details parsing into a separate class.Robert Collins2009-10-136-18/+160
* multipart details trigger the parser to detect interrupted streams too.Robert Collins2009-10-112-50/+34
* 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
* Implement a chunked decoder.Robert Collins2009-10-102-1/+157
* Move chunking to be \r\n based and create a dedicated module with that logic.Robert Collins2009-10-107-14/+153
* Fix distcheck.Robert Collins2009-10-101-0/+4
* Merge trunk to resolve NEWS.Robert Collins2009-10-1014-189/+251
|\
| * Fix make distcheck.Robert Collins2009-10-102-5/+0
| * Convert the CPPUnit patch to a library usable with CPPUnit.Robert Collins2009-10-1010-168/+184
| |\
| | * Install libcppunit_subunit.pc.Robert Collins2009-10-041-1/+3
| | * Move the C++ Listener from a patch against cppunit to a usable external modul...Robert Collins2009-10-0310-167/+181
| * | Add skip support to the C client.Robert Collins2009-10-034-16/+67
| |/
* | Support addUnexpectedSuccess.Robert Collins2009-10-093-2/+19
* | Add support for addExpectedFailure in the Subunit python serialiser.Robert Collins2009-10-093-3/+46
* | Wire up addSkip to details.Robert Collins2009-10-082-7/+26
* | Hook addError up to the details protocol.Robert Collins2009-10-072-11/+50
* | Hook addFailure to to details.Robert Collins2009-10-053-20/+71
* | Create TracebackContent for adapting exc_info tuples.Robert Collins2009-10-054-1/+58
* | Hook up addSuccess with a details parameter.Robert Collins2009-10-053-9/+42
* | Add subunit.Content python class for serialisation.Robert Collins2009-10-044-6/+84
* | Add ContentType class.Robert Collins2009-10-044-2/+88
* | Start multipart test outcome support.Robert Collins2009-10-042-17/+30
|/
* License change to BSD/Apache License 2.0.Robert Collins2009-09-3036-734/+594
* Fix packaging bugs found when packaging 0.0.2 for Debian, and bump configure ...Robert Collins2009-09-304-4/+34
* Improve clarity and accessability of Python documentation.Robert Collins2009-09-193-96/+157
|\
| * Proper use of capitals for proper nouns.Robert Collins2009-09-192-10/+10
| * Move python API documentation into the subunit pydoc.Robert Collins2009-09-193-96/+156
| * Mention subunit-diff in README.Robert Collins2009-09-191-0/+1
|/
* Merge diff-subunit installation fix, change diff-subunit to subunit-diff.Robert Collins2009-09-194-10/+27
|\
| * Rename diff-subunit to subunit-diff.Robert Collins2009-09-194-3/+6
| * Finally got distcheck working again.Robert Collins2009-09-192-9/+22
| * Correct the name of diff-subunit from diff-subunit.plRobert Collins2009-09-131-1/+1