summaryrefslogtreecommitdiff
path: root/python/subunit/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
| * More progress.Robert Collins2011-04-251-5/+8
| * Fixup initial py3 support from tres and start digging further.Robert Collins2011-04-251-11/+11
| |\
| | * Work around Python3 syntax errors.Tres Seaver2011-03-101-14/+30
| |/
* | Move read_test_filter to python/subunit.Jelmer Vernooij2011-04-251-0/+13
|/
* More flakes.Jonathan Lange2011-02-111-25/+23
* Flush the stream at the start and end of each test in the python clientMartin2010-10-041-0/+6
* Make it clear that BRACKETED parts are utf8 and fix the outputter to do so.Robert Collins2010-07-021-11/+9
* Fix make check with testtools trunk.Robert Collins2010-06-241-6/+6
* * Old style tracebacks with no encoding info are now treated as UTF8 ratherRobert Collins2010-06-111-0/+2
* On windows, ProtocolTestCase and TestProtocolClient will set their streams toRobert Collins2010-05-131-0/+14
* Handle lowercase skip/todo in tap.Jelmer Vernooij2010-04-111-3/+3
* Merge SUBUNIT_FORMATTER patch.Jelmer Vernooij2010-01-161-0/+13
|\
| * Ignore SUBUNIT_FORMATTER if it is empty.Jelmer Vernooij2010-01-161-1/+1
| * Support SUBUNIT_FORMATTER environment variable.Jelmer Vernooij2010-01-151-0/+13
* | Only take commands that start the line they are observed on.Robert Collins2010-01-161-2/+2
|/
* Add experimental multipart support and addExpectFailure and addUnexpectedSucc...Robert Collins2009-12-151-383/+409
|\
| * Merge junitxml --forward branch.Robert Collins2009-12-141-4/+22
| |\ | |/ |/|
| * Line wrapping.Robert Collins2009-12-131-1/+2
| * Remove more references to cleaned up modules.Robert Collins2009-12-131-2/+0
| * Use the newly exposed test helpers from testtools trunk.Robert Collins2009-12-131-8/+9
| * Use testtools facilities for the details API.Robert Collins2009-12-111-16/+13
| * Support the extended TestResult details API on TestResultFilter (but not yet ...Robert Collins2009-10-251-120/+0
| * Add details API support to the Stats result object.Robert Collins2009-10-251-3/+3
| * 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
| |\
| * | 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