summaryrefslogtreecommitdiff
path: root/python/subunit/tests
Commit message (Expand)AuthorAgeFilesLines
* Make sure that we don't send time if there are none to send.Jonathan Lange2011-02-131-0/+15
* Properly handle multiple events.Jonathan Lange2011-02-131-1/+25
* Add a time collapsing decorator.Jonathan Lange2011-02-131-0/+25
* Implement the tag collapsing logic by stealing stuff from TRF and fixing it.Jonathan Lange2011-02-121-0/+15
* Get started, fix a bug in subunit's decorator.Jonathan Lange2011-02-121-0/+13
* Delete unnecessary code.Jonathan Lange2011-02-121-9/+1
* Pass through time when we aren't in tests.Jonathan Lange2011-02-111-2/+5
* Fix the immediate bug.Jonathan Lange2011-02-111-9/+9
* Failing test that demonstrates the bug.Jonathan Lange2011-02-111-1/+29
* ClarityJonathan Lange2011-02-111-6/+16
* Parametrize the subunit input.Jonathan Lange2011-02-111-3/+4
* Try to make the test set up a little more data driven.Jonathan Lange2011-02-111-26/+26
* Formatting.Jonathan Lange2011-02-111-6/+3
* No need for that eitherJonathan Lange2011-02-101-2/+2
* 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
* 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