summaryrefslogtreecommitdiff
path: root/python/subunit/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | than some-random-codec-like-ascii. (Robert Collins)
* On windows, ProtocolTestCase and TestProtocolClient will set their streams toRobert Collins2010-05-131-0/+14
| | | | | | binary mode by calling into msvcrt; this avoids having their input or output mangled by the default line ending translation on that platform. (Robert Collins, Martin [gz], #579296)
* 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 ↵Robert Collins2009-12-151-383/+409
|\ | | | | | | addUnexpectedSuccess support.
| * 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
| | | | | | | | on predicates).
| * 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 ↵Robert Collins2009-10-191-29/+13
| | | | | | | | fallback checking code.
| * 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 ↵Robert Collins2009-10-111-17/+44
| | | | | | | | state object.
| * 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
| | |
* | | Add --forward option to subunit2junitxml.Robert Collins2009-12-141-3/+34
| |/ |/|
* | Fix make distcheck.Robert Collins2009-10-101-1/+0
|/
* 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
|\