summaryrefslogtreecommitdiff
path: root/python/subunit
Commit message (Expand)AuthorAgeFilesLines
* Get started, fix a bug in subunit's decorator.Jonathan Lange2011-02-122-1/+18
* Delete unnecessary code.Jonathan Lange2011-02-121-9/+1
* More flakes.Jonathan Lange2011-02-111-25/+23
* Unnecessary whitespace.Jonathan Lange2011-02-111-1/+0
* Pass through time when we aren't in tests.Jonathan Lange2011-02-112-3/+9
* Fix the immediate bug.Jonathan Lange2011-02-112-22/+31
* 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-282-8/+7
* Default to (more) strict decoding of chunked partsMartin Pool2011-01-112-3/+32
* 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
* | 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