| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | No need to store on the object either. | Jonathan Lange | 2011-02-10 | 1 | -28/+28 | |
| | | | ||||||
| | * | Delete unused method. | Jonathan Lange | 2011-02-10 | 1 | -3/+0 | |
| | | | ||||||
| | * | Pass the filter in. | Jonathan Lange | 2011-02-10 | 1 | -14/+14 | |
| | | | ||||||
| | * | Return, rather than setting an attribute | Jonathan Lange | 2011-02-10 | 1 | -6/+7 | |
| | | | ||||||
| | * | More flakes. | Jonathan Lange | 2011-02-10 | 1 | -3/+3 | |
| | | | ||||||
| | * | More flakes to fix up | Jonathan Lange | 2011-02-10 | 2 | -20/+8 | |
| | | | ||||||
| | * | Flakes | Jonathan Lange | 2011-02-10 | 1 | -11/+8 | |
| | | | ||||||
| | * | CR, not cr. Flakes. Whitespace. | Jonathan Lange | 2011-01-28 | 1 | -2/+2 | |
| | | | ||||||
| | * | Default to (more) strict decoding of chunked parts | Martin Pool | 2011-01-11 | 1 | -2/+18 | |
| | | | ||||||
| | * | Tolerate streams with the \r missing from the chunk length. | Martin Pool | 2011-01-10 | 1 | -0/+8 | |
| | | | ||||||
| * | | Deal with testtools moving doubles out of helpers. | Jonathan Lange | 2012-02-01 | 1 | -5/+10 | |
| | | | ||||||
| * | | Flakes | Jonathan Lange | 2012-02-01 | 1 | -12/+3 | |
| | | | ||||||
| * | | Flakes | Jonathan Lange | 2012-01-31 | 1 | -6/+0 | |
| |/ | ||||||
| * | Fix make check with testtools trunk. | Robert Collins | 2010-06-24 | 1 | -13/+13 | |
| | | ||||||
| * | Unbreak tests in trunk. Oops. | Robert Collins | 2010-06-21 | 2 | -13/+16 | |
| | | ||||||
| * | On windows, ProtocolTestCase and TestProtocolClient will set their streams to | Robert Collins | 2010-05-13 | 1 | -0/+3 | |
| | | | | | | | 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 Vernooij | 2010-04-11 | 1 | -2/+13 | |
| | | ||||||
| * | Only take commands that start the line they are observed on. | Robert Collins | 2010-01-16 | 1 | -0/+4 | |
| | | ||||||
| * | Merge junitxml --forward branch. | Robert Collins | 2009-12-14 | 1 | -0/+25 | |
| |\ | ||||||
| | * | Add --forward option to subunit2junitxml. | Robert Collins | 2009-12-14 | 1 | -0/+25 | |
| | | | ||||||
| * | | Cruft. Go. | Robert Collins | 2009-12-13 | 1 | -8/+0 | |
| | | | ||||||
| * | | Use the newly exposed test helpers from testtools trunk. | Robert Collins | 2009-12-13 | 2 | -122/+44 | |
| | | | ||||||
| * | | Use testtools facilities for the details API. | Robert Collins | 2009-12-11 | 5 | -485/+28 | |
| | | | ||||||
| * | | Teach filters about details and outcomes. | Robert Collins | 2009-10-25 | 2 | -1/+21 | |
| | | | ||||||
| * | | Support the extended TestResult details API on TestResultFilter (but not yet ↵ | Robert Collins | 2009-10-25 | 1 | -22/+20 | |
| | | | | | | | | | on predicates). | |||||
| * | | Move transport decoration fallback to use the ExtendedToOriginal fallback. | Robert Collins | 2009-10-25 | 1 | -15/+27 | |
| | | | ||||||
| * | | Start reporting additional messages on successes via the details API. | Robert Collins | 2009-10-24 | 2 | -11/+26 | |
| | | | ||||||
| * | | Move skips to the details API. | Robert Collins | 2009-10-24 | 2 | -14/+23 | |
| | | | ||||||
| * | | Move expected failures to the details API. | Robert Collins | 2009-10-24 | 1 | -6/+32 | |
| | | | ||||||
| * | | Move Failure reporting to the new details API. | Robert Collins | 2009-10-24 | 1 | -31/+38 | |
| | | | ||||||
| * | | change error reports to use the extended details interface. | Robert Collins | 2009-10-24 | 3 | -9/+35 | |
| | | | ||||||
| * | | Use cleaner test doubles in test_test_protocol. | Robert Collins | 2009-10-24 | 1 | -336/+212 | |
| | | | ||||||
| * | | Support the time protocol on ExtendedToOriginalDecorator. | Robert Collins | 2009-10-19 | 1 | -0/+16 | |
| | | | ||||||
| * | | Support tags on the ExtendedToOriginal decorator. | Robert Collins | 2009-10-19 | 1 | -0/+16 | |
| | | | ||||||
| * | | Support progress on the ExtendedToOriginal decorator. | Robert Collins | 2009-10-19 | 1 | -0/+16 | |
| | | | ||||||
| * | | Change the ExtendedToOriginal decorator to fallback xfails as success. | Robert Collins | 2009-10-19 | 1 | -2/+12 | |
| | | | ||||||
| * | | Implement a python TestResult decorator for outcome details. | Robert Collins | 2009-10-18 | 1 | -0/+358 | |
| | | | ||||||
| * | | Gather multipart details. | Robert Collins | 2009-10-13 | 1 | -1/+19 | |
| | | | ||||||
| * | | Small buffering bugs in chunked decoder. | Robert Collins | 2009-10-13 | 1 | -0/+5 | |
| | | | ||||||
| * | | Move details parsing into a separate class. | Robert Collins | 2009-10-13 | 3 | -0/+82 | |
| | | | ||||||
| * | | multipart details trigger the parser to detect interrupted streams too. | Robert Collins | 2009-10-11 | 1 | -47/+27 | |
| | | | ||||||
| * | | Implement a chunked decoder. | Robert Collins | 2009-10-10 | 1 | -0/+57 | |
| | | | ||||||
| * | | Move chunking to be \r\n based and create a dedicated module with that logic. | Robert Collins | 2009-10-10 | 3 | -9/+76 | |
| | | | ||||||
| * | | Support addUnexpectedSuccess. | Robert Collins | 2009-10-09 | 1 | -0/+15 | |
| | | | ||||||
| * | | Add support for addExpectedFailure in the Subunit python serialiser. | Robert Collins | 2009-10-09 | 1 | -0/+25 | |
| | | | ||||||
| * | | Wire up addSkip to details. | Robert Collins | 2009-10-08 | 1 | -0/+14 | |
| | | | ||||||
| * | | Hook addError up to the details protocol. | Robert Collins | 2009-10-07 | 1 | -1/+15 | |
| | | | ||||||
| * | | Hook addFailure to to details. | Robert Collins | 2009-10-05 | 1 | -3/+22 | |
| | | | ||||||
| * | | Create TracebackContent for adapting exc_info tuples. | Robert Collins | 2009-10-05 | 2 | -1/+24 | |
| | | | ||||||
| * | | Hook up addSuccess with a details parameter. | Robert Collins | 2009-10-05 | 1 | -1/+14 | |
| | | | ||||||
