summaryrefslogtreecommitdiff
path: root/python/subunit
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-182-0/+488
| * 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-135-18/+158
| * 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-105-13/+150
| * Merge trunk to resolve NEWS.Robert Collins2009-10-101-1/+0
| |\
| * | Support addUnexpectedSuccess.Robert Collins2009-10-092-0/+16
| * | Add support for addExpectedFailure in the Subunit python serialiser.Robert Collins2009-10-092-3/+43
| * | 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-052-6/+39
| * | Add subunit.Content python class for serialisation.Robert Collins2009-10-044-6/+84
| * | Add ContentType class.Robert Collins2009-10-043-0/+86
* | | Add --forward option to subunit2junitxml.Robert Collins2009-12-142-3/+59
| |/ |/|
* | Fix make distcheck.Robert Collins2009-10-101-1/+0
|/
* License change to BSD/Apache License 2.0.Robert Collins2009-09-3012-155/+120
* Proper use of capitals for proper nouns.Robert Collins2009-09-192-10/+10
* Move python API documentation into the subunit pydoc.Robert Collins2009-09-192-7/+146
* Merge python API changes for tagging.Robert Collins2009-09-085-72/+189
|\
| * Change python API for tags to just consistently call result.tags(new_tags, go...Robert Collins2009-08-304-48/+85
| * Split TestResultDecorator into hooked and non-hooked one. Also improve fallba...Robert Collins2009-08-301-24/+95
|/
* Merge Martin's regex filter patch.Robert Collins2009-08-302-6/+30
|\
| * Add TestResultFilter filter_predicate optionMartin Pool2009-08-052-6/+30
* | Extend the progress model to support a push/pop model.Robert Collins2009-08-086-20/+280
* | Review feedback.Robert Collins2009-08-081-3/+4
* | python: pass xfail outcomes to TestResult.addExpectedFailure, when it is defi...Robert Collins2009-08-062-18/+71
|/
* Add --no-passthrough option to various filters.Robert Collins2009-08-032-11/+32
* Basic progress support.Robert Collins2009-07-284-0/+98
* Add missing shouldStop attribute to TestResult decorators.Robert Collins2009-07-232-0/+20
* Add AutoTimingTestResultDecorator.Robert Collins2009-07-222-1/+89
* Add TestProtocolClient.time().Robert Collins2009-07-222-2/+23
* Add subunit.test_results.HookedTestResultDecorator.Robert Collins2009-07-223-0/+208
* Support microsecond times.Robert Collins2009-07-203-7/+134
* Teach python to call TestResult.time on time: tags.Robert Collins2009-07-202-32/+49