| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | A better approach to testing the generate_bytestream function. | Thomi Richards | 2013-11-18 | 1 | -14/+55 | |
| | | | ||||||
| * | | First pass, missing some tests. | Thomi Richards | 2013-11-18 | 1 | -3/+84 | |
| | | | ||||||
| * | | Added empty test module to test suite. | Thomi Richards | 2013-11-18 | 2 | -1/+25 | |
| |/ | ||||||
| * | * Most filters will now accept a file path argument instead of only reading | Robert Collins | 2013-08-25 | 2 | -0/+37 | |
| | | | | | from stdin. (Robert Collins, #409206) | |||||
| * | * V2 parser errors now set appropriate mime types for the encapsulated packet | Robert Collins | 2013-08-25 | 1 | -12/+24 | |
| | | | | | data and the error message. (Robert Collins) | |||||
| * | * Clients of subunit did not expect memoryview objects in StreamResult events. | Robert Collins | 2013-08-25 | 1 | -0/+4 | |
| | | | | | (Robert Collins) | |||||
| * | * TestTestProtocols' test_*_details were dictionary sort order dependent. | Robert Collins | 2013-08-24 | 2 | -19/+63 | |
| | | | | | | | | (Robert Collins, #1025392) * TestSubUnitTags's test_add_tag was also se sort order dependent. (Robert Collins, #1025392) | |||||
| * | * TestTestProtocols' test_tags_both was set sort order dependent. | Robert Collins | 2013-08-24 | 1 | -2/+6 | |
| | | | | | (Robert Collins, #1025392) | |||||
| * | * TestProtocol2's tag tests were set sort order dependent. | Robert Collins | 2013-08-24 | 1 | -4/+7 | |
| | | | | | (Robert Collins, #1025392) | |||||
| * | BUG FIXES | Robert Collins | 2013-06-16 | 13 | -159/+14 | |
| | | | | | | | | | ~~~~~~~~~ * Removed GPL files that were (C) non Subunit Developers - they are incompatible for binary distribution, which affects redistributors. (Robert Collins, #1185591) | |||||
| * | BUG FIXES | Robert Collins | 2013-05-13 | 1 | -0/+8 | |
| | | | | | | | | | | ~~~~~~~~~ * Subunit v2 packets with both file content and route code were not being parsed correctly - they would incorrectly emit a parser error, due to trying to parse the route code length from the first byes of the file content. (Robert Collins, 1172815) | |||||
| * | Switch to variable length encoded integers. | Robert Collins | 2013-03-31 | 1 | -75/+170 | |
| | | ||||||
| * | Enumerate tests before running (permits progress bars). | Robert Collins | 2013-03-04 | 1 | -0/+15 | |
| | | ||||||
| * | Convert subunit.run to v2. | Robert Collins | 2013-03-03 | 1 | -13/+6 | |
| | | ||||||
| * | Port existing filters to v2. | Robert Collins | 2013-03-03 | 2 | -243/+192 | |
| | | ||||||
| * | Batch up input in ByteStreamToStreamResult. | Robert Collins | 2013-02-26 | 1 | -2/+1 | |
| | | ||||||
| * | Update subunit-filter to consume and emit v2. | Robert Collins | 2013-02-26 | 1 | -61/+44 | |
| | | ||||||
| * | Add an implementation of parser and generator for v2 streams. | Robert Collins | 2013-02-25 | 1 | -0/+273 | |
| | | ||||||
| * | Start on an encoder. | Robert Collins | 2013-02-22 | 2 | -0/+49 | |
| | | ||||||
| * | * Test ids which include non-ascii unicode characters are now supported. | Robert Collins | 2012-12-17 | 1 | -1/+14 | |
| | | | | | (Robert Collins, #1029866) | |||||
| * | * The ``failfast`` option to ``subunit.run`` will now work. The dependency on | Robert Collins | 2012-12-17 | 1 | -0/+6 | |
| | | | | | | testtools has been raised to 0.9.23 to permit this. (Robert Collins, #1090582) | |||||
| * | * Python2.6 support was broken by the fixup feature. | Robert Collins | 2012-05-08 | 1 | -2/+6 | |
| | | | | | (Arfrever Frehtes Taifersar Arahesis, #987490) | |||||
| * | Handle text stdin and stdout streams. | Robert Collins | 2012-05-08 | 1 | -5/+5 | |
| | | ||||||
| * | * Python3 support regressed in trunk. | Robert Collins | 2012-05-08 | 4 | -18/+24 | |
| | | | | | (Arfrever Frehtes Taifersar Arahesis, #987514) | |||||
| * | Make _make_tag_filter public. | Robert Collins | 2012-05-03 | 1 | -3/+3 | |
| | | ||||||
| * | Restore forwarding of all time calls through TestResultFilter. | Robert Collins | 2012-05-02 | 1 | -1/+27 | |
| | | ||||||
| * | * Tags can now be filtered. (Jonathan Lange, #664171) | Robert Collins | 2012-05-02 | 1 | -3/+134 | |
| |\ | ||||||
| | * | Use the TagsMixin on the predicate so local and global tags are tracked ↵ | Jonathan Lange | 2012-04-20 | 1 | -5/+24 | |
| | | | | | | | | | correctly. | |||||
| | * | Make the integration test include local tags as well. | Jonathan Lange | 2012-04-20 | 1 | -0/+8 | |
| | | | ||||||
| | * | Merge updates from tag-collapsing-rigor. | Jonathan Lange | 2012-04-20 | 1 | -0/+19 | |
| | |\ | ||||||
| | * \ | Merge tag collapsing thing. | Jonathan Lange | 2012-04-20 | 1 | -4/+12 | |
| | |\ \ | ||||||
| | * | | | Properly scope tag collapsing | Jonathan Lange | 2012-04-20 | 2 | -0/+17 | |
| | | | | | ||||||
| | * | | | Make sure tags are sent before result. | Jonathan Lange | 2012-04-20 | 2 | -1/+19 | |
| | | | | | ||||||
| | * | | | don't rely on current_tags, implement it ourselves. | Jonathan Lange | 2012-04-19 | 2 | -13/+5 | |
| | | | | | ||||||
| | * | | | Progress, of a sort. | Jonathan Lange | 2012-04-13 | 1 | -1/+34 | |
| | | | | | ||||||
| | * | | | Add tests that exercise the subunit-filter filter. | Jonathan Lange | 2012-04-10 | 1 | -0/+55 | |
| | | | | | ||||||
| | * | | | Make sure all of our predicates support tags. | Jonathan Lange | 2012-04-10 | 1 | -0/+14 | |
| | | | | | ||||||
| | * | | | Allow the predicate to filter tags. | Jonathan Lange | 2012-04-10 | 1 | -0/+10 | |
| | | | | | ||||||
| | * | | | Flakes | Jonathan Lange | 2012-04-10 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | make time pass through filtered tests | Benji York | 2012-04-26 | 1 | -2/+3 | |
| | |_|/ |/| | | ||||||
| * | | | Flush global tags too. | Jonathan Lange | 2012-04-20 | 1 | -0/+19 | |
| | |/ |/| | ||||||
| * | | Collapse tags outside of tests too. | Jonathan Lange | 2012-04-20 | 1 | -4/+12 | |
| | | | ||||||
| * | | Make sure tags directives are sent before addSuccess etc. | Jonathan Lange | 2012-04-20 | 1 | -0/+35 | |
| |/ | ||||||
| * | Rename csv_result to CsvResult. | Jonathan Lange | 2012-03-25 | 1 | -3/+3 | |
| | | ||||||
| * | Don't write anything until startTestRun is called. | Jonathan Lange | 2012-03-25 | 1 | -0/+5 | |
| | | ||||||
| * | Tighter testing. | Jonathan Lange | 2012-03-25 | 1 | -4/+15 | |
| | | ||||||
| * | Don't bother testing the script because no one has bothered for any of | Jonathan Lange | 2012-03-25 | 1 | -2/+0 | |
| | | | | | the other scripts | |||||
| * | Test for csv output. | Jonathan Lange | 2012-03-25 | 1 | -1/+22 | |
| | | ||||||
| * | Merge trunk. | Jonathan Lange | 2012-03-25 | 1 | -9/+11 | |
| |\ | ||||||
| | * | Make sure the tests pass with 0.9.11 as well as 0.9.12 & 13 | Jonathan Lange | 2012-02-16 | 1 | -6/+3 | |
| | | | ||||||
