summaryrefslogtreecommitdiff
path: root/python/subunit/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * No need to store on the object either.Jonathan Lange2011-02-101-28/+28
| * Delete unused method.Jonathan Lange2011-02-101-3/+0
| * Pass the filter in.Jonathan Lange2011-02-101-14/+14
| * Return, rather than setting an attributeJonathan Lange2011-02-101-6/+7
| * More flakes.Jonathan Lange2011-02-101-3/+3
| * More flakes to fix upJonathan Lange2011-02-102-20/+8
| * FlakesJonathan Lange2011-02-101-11/+8
| * CR, not cr. Flakes. Whitespace.Jonathan Lange2011-01-281-2/+2
| * Default to (more) strict decoding of chunked partsMartin Pool2011-01-111-2/+18
| * Tolerate streams with the \r missing from the chunk length.Martin Pool2011-01-101-0/+8
* | Deal with testtools moving doubles out of helpers.Jonathan Lange2012-02-011-5/+10
* | FlakesJonathan Lange2012-02-011-12/+3
* | FlakesJonathan Lange2012-01-311-6/+0
|/
* Fix make check with testtools trunk.Robert Collins2010-06-241-13/+13
* Unbreak tests in trunk. Oops.Robert Collins2010-06-212-13/+16
* On windows, ProtocolTestCase and TestProtocolClient will set their streams toRobert Collins2010-05-131-0/+3
* Handle lowercase skip/todo in tap.Jelmer Vernooij2010-04-111-2/+13
* Only take commands that start the line they are observed on.Robert Collins2010-01-161-0/+4
* Merge junitxml --forward branch.Robert Collins2009-12-141-0/+25
|\
| * Add --forward option to subunit2junitxml.Robert Collins2009-12-141-0/+25
* | Cruft. Go.Robert Collins2009-12-131-8/+0
* | Use the newly exposed test helpers from testtools trunk.Robert Collins2009-12-132-122/+44
* | Use testtools facilities for the details API.Robert Collins2009-12-115-485/+28
* | Teach filters about details and outcomes.Robert Collins2009-10-252-1/+21
* | Support the extended TestResult details API on TestResultFilter (but not yet ...Robert Collins2009-10-251-22/+20
* | Move transport decoration fallback to use the ExtendedToOriginal fallback.Robert Collins2009-10-251-15/+27
* | Start reporting additional messages on successes via the details API.Robert Collins2009-10-242-11/+26
* | Move skips to the details API.Robert Collins2009-10-242-14/+23
* | Move expected failures to the details API.Robert Collins2009-10-241-6/+32
* | Move Failure reporting to the new details API.Robert Collins2009-10-241-31/+38
* | change error reports to use the extended details interface.Robert Collins2009-10-243-9/+35
* | Use cleaner test doubles in test_test_protocol.Robert Collins2009-10-241-336/+212
* | Support the time protocol on ExtendedToOriginalDecorator.Robert Collins2009-10-191-0/+16
* | Support tags on the ExtendedToOriginal decorator.Robert Collins2009-10-191-0/+16
* | Support progress on the ExtendedToOriginal decorator.Robert Collins2009-10-191-0/+16
* | Change the ExtendedToOriginal decorator to fallback xfails as success.Robert Collins2009-10-191-2/+12
* | Implement a python TestResult decorator for outcome details.Robert Collins2009-10-181-0/+358
* | Gather multipart details.Robert Collins2009-10-131-1/+19
* | Small buffering bugs in chunked decoder.Robert Collins2009-10-131-0/+5
* | Move details parsing into a separate class.Robert Collins2009-10-133-0/+82
* | multipart details trigger the parser to detect interrupted streams too.Robert Collins2009-10-111-47/+27
* | Implement a chunked decoder.Robert Collins2009-10-101-0/+57
* | Move chunking to be \r\n based and create a dedicated module with that logic.Robert Collins2009-10-103-9/+76
* | Support addUnexpectedSuccess.Robert Collins2009-10-091-0/+15
* | Add support for addExpectedFailure in the Subunit python serialiser.Robert Collins2009-10-091-0/+25
* | Wire up addSkip to details.Robert Collins2009-10-081-0/+14
* | Hook addError up to the details protocol.Robert Collins2009-10-071-1/+15
* | Hook addFailure to to details.Robert Collins2009-10-051-3/+22
* | Create TracebackContent for adapting exc_info tuples.Robert Collins2009-10-052-1/+24
* | Hook up addSuccess with a details parameter.Robert Collins2009-10-051-1/+14