| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release 0.0.11, depending on the new testtools StreamResult API.0.0.11 | Robert Collins | 2013-04-08 | 2 | -3/+3 |
| | | |||||
| * | Switch to variable length encoded integers. | Robert Collins | 2013-03-31 | 3 | -162/+373 |
| | | |||||
| * | * ``subunit.run`` now replaces sys.stdout to ensure that stdout is unbuffered | Robert Collins | 2013-03-13 | 1 | -0/+7 |
| | | | | | | - without this pdb output is not reliably visible when stdout is a pipe as it usually is. (Robert Collins) | ||||
| * | Fixes from getting testrepository running with v2. | Robert Collins | 2013-03-06 | 3 | -12/+63 |
| | | |||||
| * | Enumerate tests before running (permits progress bars). | Robert Collins | 2013-03-04 | 2 | -1/+20 |
| | | |||||
| * | Fix up buffering to make pdb usable. | Robert Collins | 2013-03-04 | 3 | -3/+24 |
| | | |||||
| * | Convert subunit.run to v2. | Robert Collins | 2013-03-03 | 2 | -16/+15 |
| | | |||||
| * | Port existing filters to v2. | Robert Collins | 2013-03-03 | 4 | -305/+287 |
| | | |||||
| * | Update subunit-ls. | Robert Collins | 2013-02-27 | 2 | -1/+16 |
| | | |||||
| * | Batch up input in ByteStreamToStreamResult. | Robert Collins | 2013-02-26 | 2 | -8/+28 |
| | | |||||
| * | Update subunit-filter to consume and emit v2. | Robert Collins | 2013-02-26 | 2 | -69/+87 |
| | | |||||
| * | Make streams all binary and fix incorrect ordering of mime encoding. | Robert Collins | 2013-02-25 | 1 | -6/+11 |
| | | |||||
| * | Add an implementation of parser and generator for v2 streams. | Robert Collins | 2013-02-25 | 3 | -32/+493 |
| | | |||||
| * | Start on an encoder. | Robert Collins | 2013-02-22 | 4 | -0/+162 |
| | | |||||
| * | Release 0.0.10.0.0.10 | Robert Collins | 2013-02-08 | 1 | -10/+13 |
| | | |||||
| * | * make_stream_binary is now public for reuse. (Robert Collins) | Robert Collins | 2013-02-07 | 1 | -5/+5 |
| | | | | | * NAME was not defined in the protocol BNF. (Robert Collins) | ||||
| * | Tweak Python3 support to help testrepository get 3-ready. | Robert Collins | 2013-01-27 | 1 | -3/+3 |
| | | |||||
| * | Release 0.0.9.0.0.9 | Robert Collins | 2012-12-17 | 1 | -0/+13 |
| | | |||||
| * | * Test ids which include non-ascii unicode characters are now supported. | Robert Collins | 2012-12-17 | 2 | -3/+22 |
| | | | | | (Robert Collins, #1029866) | ||||
| * | * The ``failfast`` option to ``subunit.run`` will now work. The dependency on | Robert Collins | 2012-12-17 | 4 | -3/+31 |
| | | | | | | 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) | ||||
| * | Python3.1 support from Arfrever Frehtes Taifersar Arahesis. | Robert Collins | 2012-05-08 | 1 | -1/+1 |
| | | |||||
| * | Handle text stdin and stdout streams. | Robert Collins | 2012-05-08 | 2 | -17/+45 |
| | | |||||
| * | * Python3 support regressed in trunk. | Robert Collins | 2012-05-08 | 5 | -19/+25 |
| | | | | | (Arfrever Frehtes Taifersar Arahesis, #987514) | ||||
| * | Make _make_tag_filter public. | Robert Collins | 2012-05-03 | 2 | -4/+4 |
| | | |||||
| * | Restore forwarding of all time calls through TestResultFilter. | Robert Collins | 2012-05-02 | 2 | -5/+28 |
| | | |||||
| * | * Tags can now be filtered. (Jonathan Lange, #664171) | Robert Collins | 2012-05-02 | 2 | -114/+319 |
| |\ | |||||
| | * | Fix up some XXX comments. | Jonathan Lange | 2012-04-26 | 1 | -3/+2 |
| | | | |||||
| | * | Use the TagsMixin on the predicate so local and global tags are tracked ↵ | Jonathan Lange | 2012-04-20 | 2 | -11/+30 |
| | | | | | | | | | correctly. | ||||
| | * | Factor a TagsMixin out of TagCollapsingDecorator | Jonathan Lange | 2012-04-20 | 1 | -29/+40 |
| | | | |||||
| | * | 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 | 2 | -0/+21 |
| | |\ | |||||
| | * \ | Merge tag collapsing thing. | Jonathan Lange | 2012-04-20 | 2 | -19/+36 |
| | |\ \ | |||||
| | * | | | Properly scope tag collapsing | Jonathan Lange | 2012-04-20 | 3 | -1/+18 |
| | | | | | |||||
| | * | | | Make sure tags are sent before result. | Jonathan Lange | 2012-04-20 | 3 | -9/+26 |
| | | | | | |||||
| | * | | | don't rely on current_tags, implement it ourselves. | Jonathan Lange | 2012-04-19 | 3 | -19/+16 |
| | | | | | |||||
| | * | | | Comments. | Jonathan Lange | 2012-04-19 | 1 | -0/+3 |
| | | | | | |||||
| | * | | | Progress, of a sort. | Jonathan Lange | 2012-04-13 | 2 | -4/+53 |
| | | | | | |||||
| | * | | | Add tests that exercise the subunit-filter filter. | Jonathan Lange | 2012-04-10 | 1 | -0/+55 |
| | | | | | |||||
| | * | | | Extract a helper.p | Jonathan Lange | 2012-04-10 | 1 | -10/+6 |
| | | | | | |||||
| | * | | | Composition is better than inheritance. | Jonathan Lange | 2012-04-10 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | Make sure all of our predicates support tags. | Jonathan Lange | 2012-04-10 | 2 | -13/+36 |
| | | | | | |||||
| | * | | | Allow the predicate to filter tags. | Jonathan Lange | 2012-04-10 | 2 | -1/+22 |
| | | | | | |||||
| | * | | | A layer of abstraction that can help us. | Jonathan Lange | 2012-04-10 | 1 | -1/+4 |
| | | | | | |||||
| | * | | | Flakes | Jonathan Lange | 2012-04-10 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Factor out the "fixup expected failures" thing so they look more like result | Jonathan Lange | 2012-04-10 | 1 | -24/+11 |
| | | | | | | | | | | | | | | | | | transformers. | ||||
| | * | | | Extract out a filter base class that just deals with predicates. | Jonathan Lange | 2012-04-10 | 1 | -68/+96 |
| | | | | | |||||
| * | | | | make time pass through filtered tests | Benji York | 2012-04-26 | 2 | -6/+4 |
| | |_|/ |/| | | |||||
| * | | | Flush global tags too. | Jonathan Lange | 2012-04-20 | 2 | -0/+21 |
| | |/ |/| | |||||
| * | | Collapse tags outside of tests too. | Jonathan Lange | 2012-04-20 | 2 | -19/+36 |
| | | | |||||
