Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Tolerate streams with the \r missing from the chunk length. | Martin Pool | 2011-01-10 | 2 | -1/+9 | |
| | | | ||||||
| | * | Merge subunit.run filtering support. | Robert Collins | 2010-12-09 | 1 | -1/+2 | |
| | |\ | ||||||
| | | * | The Subunit Python test runner ``python -m subunit.run`` can now report the | Robert Collins | 2010-11-30 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | test ids and also filter via a test id list file thanks to improvements in ``testtools.run``. See the testtools manual, or testrepository - a major user of such functionality. | |||||
| * | | | (bug #623642) Add --no-xfail and -F to subunit-filter. | John Arbash Meinel | 2010-08-24 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The existing --no-success only filtered out genuine success cases. Now we can filter everything down to stuff that would actually be considered a 'failure'. | |||||
* | | | | 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 | |
| | | | | ||||||
* | | | | Add a CSV filter. | Jonathan Lange | 2012-01-31 | 1 | -0/+99 | |
| | | | | ||||||
* | | | | Flakes | Jonathan Lange | 2012-01-31 | 1 | -6/+0 | |
| |/ / |/| | | ||||||
* | | | Flush the stream at the start and end of each test in the python client | Martin | 2010-10-04 | 1 | -0/+6 | |
|/ / | ||||||
* | | Whitespace. | Jonathan Lange | 2010-08-04 | 1 | -13/+13 | |
| | | ||||||
* | | Move TestIdPrintingResult from subunit-ls to subunit.test_results | Jonathan Lange | 2010-08-04 | 1 | -2/+50 | |
|/ | ||||||
* | Make it clear that BRACKETED parts are utf8 and fix the outputter to do so. | Robert Collins | 2010-07-02 | 1 | -11/+9 | |
| | ||||||
* | Merge james_w's discovery patch, tweaked. | Robert Collins | 2010-07-01 | 1 | -6/+31 | |
|\ | ||||||
| * | Tweak discovery patch as requested in the review. | Robert Collins | 2010-07-01 | 1 | -2/+5 | |
| | | ||||||
| * | Modify the usage message from subunit.run. | James Westby | 2010-06-22 | 1 | -2/+28 | |
| | | ||||||
| * | Use testtools to do the running and so support discovery via that. | James Westby | 2010-06-12 | 1 | -26/+2 | |
| | | ||||||
| * | Add --discover-pattern. | James Westby | 2010-06-07 | 1 | -1/+5 | |
| | | ||||||
| * | Implement a hacky first pass at discovery. | James Westby | 2010-06-07 | 1 | -2/+18 | |
| | | ||||||
* | | Fix make check with testtools trunk. | Robert Collins | 2010-06-24 | 2 | -19/+19 | |
| | | ||||||
* | | Unbreak tests in trunk. Oops. | Robert Collins | 2010-06-21 | 2 | -13/+16 | |
| | | ||||||
* | | * Old style tracebacks with no encoding info are now treated as UTF8 rather | Robert Collins | 2010-06-11 | 2 | -1/+7 | |
|/ | | | | than some-random-codec-like-ascii. (Robert Collins) | |||||
* | On windows, ProtocolTestCase and TestProtocolClient will set their streams to | Robert Collins | 2010-05-13 | 2 | -0/+17 | |
| | | | | | | 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) | |||||
* | (vila, martin(gz), lifeless) Make _feed_chunks assertion verbose to help debug | Vincent Ladeuil | 2010-05-12 | 1 | -1/+1 | |
| | ||||||
* | Handle lowercase skip/todo in tap. | Jelmer Vernooij | 2010-04-11 | 2 | -5/+16 | |
| | ||||||
* | Fix incorrect ordering of tags method parameters in TestResultDecorator. This | Robert Collins | 2010-03-12 | 1 | -2/+2 | |
| | | | | | is purely cosmetic as the parameters are passed down with no interpretation. (Robert Collins, #537611) | |||||
* | Merge SUBUNIT_FORMATTER patch. | Jelmer Vernooij | 2010-01-16 | 2 | -2/+16 | |
|\ | ||||||
| * | Ignore SUBUNIT_FORMATTER if it is empty. | Jelmer Vernooij | 2010-01-16 | 1 | -1/+1 | |
| | | ||||||
| * | Support SUBUNIT_FORMATTER environment variable. | Jelmer Vernooij | 2010-01-15 | 2 | -2/+16 | |
| | | ||||||
* | | Only take commands that start the line they are observed on. | Robert Collins | 2010-01-16 | 2 | -2/+6 | |
|/ | ||||||
* | Add experimental multipart support and addExpectFailure and ↵ | Robert Collins | 2009-12-15 | 10 | -873/+1570 | |
|\ | | | | | | | addUnexpectedSuccess support. | |||||
| * | Merge junitxml --forward branch. | Robert Collins | 2009-12-14 | 2 | -4/+47 | |
| |\ | |/ |/| | ||||||
| * | Line wrapping. | Robert Collins | 2009-12-13 | 1 | -1/+2 | |
| | | ||||||
| * | Remove more references to cleaned up modules. | Robert Collins | 2009-12-13 | 1 | -2/+0 | |
| | | ||||||
| * | Cruft. Go. | Robert Collins | 2009-12-13 | 1 | -8/+0 | |
| | | ||||||
| * | Use the newly exposed test helpers from testtools trunk. | Robert Collins | 2009-12-13 | 3 | -130/+53 | |
| | | ||||||
| * | Use testtools facilities for the details API. | Robert Collins | 2009-12-11 | 10 | -778/+46 | |
| | | ||||||
| * | Teach filters about details and outcomes. | Robert Collins | 2009-10-25 | 3 | -38/+77 | |
| | | ||||||
| * | Support the extended TestResult details API on TestResultFilter (but not yet ↵ | Robert Collins | 2009-10-25 | 3 | -142/+138 | |
| | | | | | | | | on predicates). | |||||
| * | Add details API support to the Stats result object. | Robert Collins | 2009-10-25 | 1 | -3/+3 | |
| | | ||||||
| * | Move transport decoration fallback to use the ExtendedToOriginal fallback. | Robert Collins | 2009-10-25 | 2 | -55/+51 | |
| | | ||||||
| * | Start reporting additional messages on successes via the details API. | Robert Collins | 2009-10-24 | 4 | -17/+37 | |
| | | ||||||
| * | Move skips to the details API. | Robert Collins | 2009-10-24 | 4 | -29/+37 | |
| | | ||||||
| * | Move expected failures to the details API. | Robert Collins | 2009-10-24 | 2 | -8/+34 | |
| | | ||||||
| * | Move Failure reporting to the new details API. | Robert Collins | 2009-10-24 | 3 | -33/+45 | |
| | | ||||||
| * | change error reports to use the extended details interface. | Robert Collins | 2009-10-24 | 6 | -12/+47 | |
| | | ||||||
| * | Use cleaner test doubles in test_test_protocol. | Robert Collins | 2009-10-24 | 1 | -336/+212 | |
| | | ||||||
| * | Use ExtendedToOriginalDecorator in TestProtocolServer removing a bunch of ↵ | Robert Collins | 2009-10-19 | 1 | -29/+13 | |
| | | | | | | | | fallback checking code. | |||||
| * | Support the time protocol on ExtendedToOriginalDecorator. | Robert Collins | 2009-10-19 | 2 | -0/+21 | |
| | | ||||||
| * | Support tags on the ExtendedToOriginal decorator. | Robert Collins | 2009-10-19 | 2 | -0/+26 | |
| | | ||||||
| * | Support progress on the ExtendedToOriginal decorator. | Robert Collins | 2009-10-19 | 2 | -0/+22 | |
| | |