summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
| | * Tolerate streams with the \r missing from the chunk length.Martin Pool2011-01-102-1/+9
| | * Merge subunit.run filtering support.Robert Collins2010-12-091-1/+2
| | |\
| | | * The Subunit Python test runner ``python -m subunit.run`` can now report theRobert Collins2010-11-301-1/+2
| * | | (bug #623642) Add --no-xfail and -F to subunit-filter.John Arbash Meinel2010-08-241-2/+5
* | | | Deal with testtools moving doubles out of helpers.Jonathan Lange2012-02-011-5/+10
* | | | FlakesJonathan Lange2012-02-011-12/+3
* | | | Add a CSV filter.Jonathan Lange2012-01-311-0/+99
* | | | FlakesJonathan Lange2012-01-311-6/+0
| |/ / |/| |
* | | Flush the stream at the start and end of each test in the python clientMartin2010-10-041-0/+6
|/ /
* | Whitespace.Jonathan Lange2010-08-041-13/+13
* | Move TestIdPrintingResult from subunit-ls to subunit.test_resultsJonathan Lange2010-08-041-2/+50
|/
* Make it clear that BRACKETED parts are utf8 and fix the outputter to do so.Robert Collins2010-07-021-11/+9
* Merge james_w's discovery patch, tweaked.Robert Collins2010-07-011-6/+31
|\
| * Tweak discovery patch as requested in the review.Robert Collins2010-07-011-2/+5
| * Modify the usage message from subunit.run.James Westby2010-06-221-2/+28
| * Use testtools to do the running and so support discovery via that.James Westby2010-06-121-26/+2
| * Add --discover-pattern.James Westby2010-06-071-1/+5
| * Implement a hacky first pass at discovery.James Westby2010-06-071-2/+18
* | Fix make check with testtools trunk.Robert Collins2010-06-242-19/+19
* | Unbreak tests in trunk. Oops.Robert Collins2010-06-212-13/+16
* | * Old style tracebacks with no encoding info are now treated as UTF8 ratherRobert Collins2010-06-112-1/+7
|/
* On windows, ProtocolTestCase and TestProtocolClient will set their streams toRobert Collins2010-05-132-0/+17
* (vila, martin(gz), lifeless) Make _feed_chunks assertion verbose to help debugVincent Ladeuil2010-05-121-1/+1
* Handle lowercase skip/todo in tap.Jelmer Vernooij2010-04-112-5/+16
* Fix incorrect ordering of tags method parameters in TestResultDecorator. ThisRobert Collins2010-03-121-2/+2
* Merge SUBUNIT_FORMATTER patch.Jelmer Vernooij2010-01-162-2/+16
|\
| * Ignore SUBUNIT_FORMATTER if it is empty.Jelmer Vernooij2010-01-161-1/+1
| * Support SUBUNIT_FORMATTER environment variable.Jelmer Vernooij2010-01-152-2/+16
* | Only take commands that start the line they are observed on.Robert Collins2010-01-162-2/+6
|/
* Add experimental multipart support and addExpectFailure and addUnexpectedSucc...Robert Collins2009-12-1510-873/+1570
|\
| * Merge junitxml --forward branch.Robert Collins2009-12-142-4/+47
| |\ | |/ |/|
| * Line wrapping.Robert Collins2009-12-131-1/+2
| * Remove more references to cleaned up modules.Robert Collins2009-12-131-2/+0
| * Cruft. Go.Robert Collins2009-12-131-8/+0
| * Use the newly exposed test helpers from testtools trunk.Robert Collins2009-12-133-130/+53
| * Use testtools facilities for the details API.Robert Collins2009-12-1110-778/+46
| * Teach filters about details and outcomes.Robert Collins2009-10-253-38/+77
| * Support the extended TestResult details API on TestResultFilter (but not yet ...Robert Collins2009-10-253-142/+138
| * Add details API support to the Stats result object.Robert Collins2009-10-251-3/+3
| * Move transport decoration fallback to use the ExtendedToOriginal fallback.Robert Collins2009-10-252-55/+51
| * Start reporting additional messages on successes via the details API.Robert Collins2009-10-244-17/+37
| * Move skips to the details API.Robert Collins2009-10-244-29/+37
| * Move expected failures to the details API.Robert Collins2009-10-242-8/+34
| * Move Failure reporting to the new details API.Robert Collins2009-10-243-33/+45
| * change error reports to use the extended details interface.Robert Collins2009-10-246-12/+47
| * Use cleaner test doubles in test_test_protocol.Robert Collins2009-10-241-336/+212
| * Use ExtendedToOriginalDecorator in TestProtocolServer removing a bunch of fal...Robert Collins2009-10-191-29/+13
| * Support the time protocol on ExtendedToOriginalDecorator.Robert Collins2009-10-192-0/+21
| * Support tags on the ExtendedToOriginal decorator.Robert Collins2009-10-192-0/+26
| * Support progress on the ExtendedToOriginal decorator.Robert Collins2009-10-192-0/+22