summaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
...
* Update subunit-ls.Robert Collins2013-02-272-1/+16
|
* Batch up input in ByteStreamToStreamResult.Robert Collins2013-02-262-8/+28
|
* Update subunit-filter to consume and emit v2.Robert Collins2013-02-262-69/+87
|
* Make streams all binary and fix incorrect ordering of mime encoding.Robert Collins2013-02-251-6/+11
|
* Add an implementation of parser and generator for v2 streams.Robert Collins2013-02-253-32/+493
|
* Start on an encoder.Robert Collins2013-02-224-0/+162
|
* Release 0.0.10.0.0.10Robert Collins2013-02-081-10/+13
|
* * make_stream_binary is now public for reuse. (Robert Collins)Robert Collins2013-02-071-5/+5
| | | | * NAME was not defined in the protocol BNF. (Robert Collins)
* Tweak Python3 support to help testrepository get 3-ready.Robert Collins2013-01-271-3/+3
|
* Release 0.0.9.0.0.9Robert Collins2012-12-171-0/+13
|
* * Test ids which include non-ascii unicode characters are now supported.Robert Collins2012-12-172-3/+22
| | | | (Robert Collins, #1029866)
* * The ``failfast`` option to ``subunit.run`` will now work. The dependency onRobert Collins2012-12-174-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 Collins2012-05-081-2/+6
| | | | (Arfrever Frehtes Taifersar Arahesis, #987490)
* Python3.1 support from Arfrever Frehtes Taifersar Arahesis.Robert Collins2012-05-081-1/+1
|
* Handle text stdin and stdout streams.Robert Collins2012-05-082-17/+45
|
* * Python3 support regressed in trunk.Robert Collins2012-05-085-19/+25
| | | | (Arfrever Frehtes Taifersar Arahesis, #987514)
* Make _make_tag_filter public.Robert Collins2012-05-032-4/+4
|
* Restore forwarding of all time calls through TestResultFilter.Robert Collins2012-05-022-5/+28
|
* * Tags can now be filtered. (Jonathan Lange, #664171)Robert Collins2012-05-022-114/+319
|\
| * Fix up some XXX comments.Jonathan Lange2012-04-261-3/+2
| |
| * Use the TagsMixin on the predicate so local and global tags are tracked ↵Jonathan Lange2012-04-202-11/+30
| | | | | | | | correctly.
| * Factor a TagsMixin out of TagCollapsingDecoratorJonathan Lange2012-04-201-29/+40
| |
| * Make the integration test include local tags as well.Jonathan Lange2012-04-201-0/+8
| |
| * Merge updates from tag-collapsing-rigor.Jonathan Lange2012-04-202-0/+21
| |\
| * \ Merge tag collapsing thing.Jonathan Lange2012-04-202-19/+36
| |\ \
| * | | Properly scope tag collapsingJonathan Lange2012-04-203-1/+18
| | | |
| * | | Make sure tags are sent before result.Jonathan Lange2012-04-203-9/+26
| | | |
| * | | don't rely on current_tags, implement it ourselves.Jonathan Lange2012-04-193-19/+16
| | | |
| * | | Comments.Jonathan Lange2012-04-191-0/+3
| | | |
| * | | Progress, of a sort.Jonathan Lange2012-04-132-4/+53
| | | |
| * | | Add tests that exercise the subunit-filter filter.Jonathan Lange2012-04-101-0/+55
| | | |
| * | | Extract a helper.pJonathan Lange2012-04-101-10/+6
| | | |
| * | | Composition is better than inheritance.Jonathan Lange2012-04-101-2/+3
| | | |
| * | | Make sure all of our predicates support tags.Jonathan Lange2012-04-102-13/+36
| | | |
| * | | Allow the predicate to filter tags.Jonathan Lange2012-04-102-1/+22
| | | |
| * | | A layer of abstraction that can help us.Jonathan Lange2012-04-101-1/+4
| | | |
| * | | FlakesJonathan Lange2012-04-101-1/+1
| | | |
| * | | Factor out the "fixup expected failures" thing so they look more like resultJonathan Lange2012-04-101-24/+11
| | | | | | | | | | | | | | | | transformers.
| * | | Extract out a filter base class that just deals with predicates.Jonathan Lange2012-04-101-68/+96
| | | |
* | | | make time pass through filtered testsBenji York2012-04-262-6/+4
| |_|/ |/| |
* | | Flush global tags too.Jonathan Lange2012-04-202-0/+21
| |/ |/|
* | Collapse tags outside of tests too.Jonathan Lange2012-04-202-19/+36
| |
* | Make sure tags directives are sent before addSuccess etc.Jonathan Lange2012-04-202-8/+42
|/
* Factor out subunit-notifyJonathan Lange2012-03-271-10/+7
|
* Add a post-run hook.Jonathan Lange2012-03-271-14/+15
|
* Try to reduce double negatives and be more explicit about what happens toJonathan Lange2012-03-271-8/+8
| | | | the forwarded input.
* Not XMLJonathan Lange2012-03-271-1/+1
|
* Rename main() and give it a docstring.Jonathan Lange2012-03-271-2/+14
|
* Factor out JUnitXMLJonathan Lange2012-03-271-8/+8
|
* Docstrings and renaming.Jonathan Lange2012-03-271-10/+41
|