summaryrefslogtreecommitdiff
path: root/python/subunit
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix make distcheck.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
|/
* 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
* 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-183-2/+15
* Merge python helper subunit.run, for running python suites in subunit.Robert Collins2009-07-181-0/+43
|\
| * Move subunitrun => subunit.runJelmer Vernooij2009-06-122-11/+45
| * Add trivial command-line test runner.Jelmer Vernooij2009-06-041-0/+11
|/
* 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
* Review feedback on filters.Robert Collins2009-03-091-1/+0
* Update skip support in python to be in line with testtools.Robert Collins2009-02-284-25/+93
* Remove the unnecessary and annoying subunit.RemotedTestCase prefix from the t...Robert Collins2009-02-233-8/+8
* Add a TestResultFilter supporting filtering out success/fail/errors.Robert Collins2009-02-223-0/+166
* Review feedback.Robert Collins2009-02-152-11/+14
* Review feedback on the skip/xfail/success comment branch.Robert Collins2008-12-151-6/+8
* Merge trunk.Robert Collins2008-12-152-25/+24
|\