summaryrefslogtreecommitdiff
path: root/python/subunit/tests
Commit message (Expand)AuthorAgeFilesLines
* * Clients of subunit did not expect memoryview objects in StreamResult events.Robert Collins2013-08-251-0/+4
* * TestTestProtocols' test_*_details were dictionary sort order dependent.Robert Collins2013-08-242-19/+63
* * TestTestProtocols' test_tags_both was set sort order dependent.Robert Collins2013-08-241-2/+6
* * TestProtocol2's tag tests were set sort order dependent.Robert Collins2013-08-241-4/+7
* BUG FIXESRobert Collins2013-06-1613-159/+14
* BUG FIXESRobert Collins2013-05-131-0/+8
* Switch to variable length encoded integers.Robert Collins2013-03-311-75/+170
* Enumerate tests before running (permits progress bars).Robert Collins2013-03-041-0/+15
* Convert subunit.run to v2.Robert Collins2013-03-031-13/+6
* Port existing filters to v2.Robert Collins2013-03-032-243/+192
* Batch up input in ByteStreamToStreamResult.Robert Collins2013-02-261-2/+1
* Update subunit-filter to consume and emit v2.Robert Collins2013-02-261-61/+44
* Add an implementation of parser and generator for v2 streams.Robert Collins2013-02-251-0/+273
* Start on an encoder.Robert Collins2013-02-222-0/+49
* * Test ids which include non-ascii unicode characters are now supported.Robert Collins2012-12-171-1/+14
* * The ``failfast`` option to ``subunit.run`` will now work. The dependency onRobert Collins2012-12-171-0/+6
* * Python2.6 support was broken by the fixup feature.Robert Collins2012-05-081-2/+6
* Handle text stdin and stdout streams.Robert Collins2012-05-081-5/+5
* * Python3 support regressed in trunk.Robert Collins2012-05-084-18/+24
* Make _make_tag_filter public.Robert Collins2012-05-031-3/+3
* Restore forwarding of all time calls through TestResultFilter.Robert Collins2012-05-021-1/+27
* * Tags can now be filtered. (Jonathan Lange, #664171)Robert Collins2012-05-021-3/+134
|\
| * Use the TagsMixin on the predicate so local and global tags are tracked corre...Jonathan Lange2012-04-201-5/+24
| * Make the integration test include local tags as well.Jonathan Lange2012-04-201-0/+8
| * Merge updates from tag-collapsing-rigor.Jonathan Lange2012-04-201-0/+19
| |\
| * \ Merge tag collapsing thing.Jonathan Lange2012-04-201-4/+12
| |\ \
| * | | Properly scope tag collapsingJonathan Lange2012-04-202-0/+17
| * | | Make sure tags are sent before result.Jonathan Lange2012-04-202-1/+19
| * | | don't rely on current_tags, implement it ourselves.Jonathan Lange2012-04-192-13/+5
| * | | Progress, of a sort.Jonathan Lange2012-04-131-1/+34
| * | | Add tests that exercise the subunit-filter filter.Jonathan Lange2012-04-101-0/+55
| * | | Make sure all of our predicates support tags.Jonathan Lange2012-04-101-0/+14
| * | | Allow the predicate to filter tags.Jonathan Lange2012-04-101-0/+10
| * | | FlakesJonathan Lange2012-04-101-1/+1
* | | | make time pass through filtered testsBenji York2012-04-261-2/+3
| |_|/ |/| |
* | | Flush global tags too.Jonathan Lange2012-04-201-0/+19
| |/ |/|
* | Collapse tags outside of tests too.Jonathan Lange2012-04-201-4/+12
* | Make sure tags directives are sent before addSuccess etc.Jonathan Lange2012-04-201-0/+35
|/
* Rename csv_result to CsvResult.Jonathan Lange2012-03-251-3/+3
* Don't write anything until startTestRun is called.Jonathan Lange2012-03-251-0/+5
* Tighter testing.Jonathan Lange2012-03-251-4/+15
* Don't bother testing the script because no one has bothered for any ofJonathan Lange2012-03-251-2/+0
* Test for csv output.Jonathan Lange2012-03-251-1/+22
* Merge trunk.Jonathan Lange2012-03-251-9/+11
|\
| * Make sure the tests pass with 0.9.11 as well as 0.9.12 & 13Jonathan Lange2012-02-161-6/+3
| * Merge trunkJonathan Lange2012-02-161-3/+22
| |\
| * | Code that works for 0.9.11 and against testtools trunkJonathan Lange2012-02-091-5/+7
| * | Don't make so many assumptions about how testtools formats details.Jonathan Lange2012-02-091-9/+9
* | | Update to behave correctly with tags.Jonathan Lange2012-03-251-5/+5
* | | TodosJonathan Lange2012-02-031-0/+4