summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.0.9.0.0.9Robert Collins2012-12-175-3/+27
* Also include tests in PyPI tarball, for folk that want to run them to validat...Robert Collins2012-12-171-1/+1
* Document subunit2csv's existence.Robert Collins2012-12-171-0/+1
* * Test ids which include non-ascii unicode characters are now supported.Robert Collins2012-12-173-3/+25
* * All the source files are now included in the distribution tarball.Robert Collins2012-12-172-0/+6
* * The ``failfast`` option to ``subunit.run`` will now work. The dependency onRobert Collins2012-12-177-5/+38
* Fix distcheck (again).Robert Collins2012-05-101-0/+1
* Also dist ``python/subunit/filters.py``. (Robert Collins)Robert Collins2012-05-092-2/+3
* * ``python/subunit/tests/test_run.py`` was not included in the 0.0.8 tarball.Robert Collins2012-05-092-0/+7
* Release 0.0.8.0.0.8Robert Collins2012-05-082-1/+4
* * Python2.6 support was broken by the fixup feature.Robert Collins2012-05-082-2/+9
* Python3.1 support from Arfrever Frehtes Taifersar Arahesis.Robert Collins2012-05-082-2/+2
* Handle text stdin and stdout streams.Robert Collins2012-05-083-17/+48
* * Python3 support regressed in trunk.Robert Collins2012-05-087-20/+29
* Ignore __pycache__.Robert Collins2012-05-081-0/+1
* Make _make_tag_filter public.Robert Collins2012-05-033-6/+6
* 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-024-173/+410
|\
| * Fix up some XXX comments.Jonathan Lange2012-04-261-3/+2
| * Merge trunkJonathan Lange2012-04-261-0/+3
| |\
| * | Use the TagsMixin on the predicate so local and global tags are tracked corre...Jonathan Lange2012-04-202-11/+30
| * | Factor a TagsMixin out of TagCollapsingDecoratorJonathan Lange2012-04-201-29/+40
| * | Put stuff in functions.Jonathan Lange2012-04-201-56/+64
| * | Restore regex filtering.Jonathan Lange2012-04-201-1/+1
| * | Re-use slightly more code.Jonathan Lange2012-04-201-8/+6
| * | Re-use more common code.Jonathan Lange2012-04-201-4/+2
| * | 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
| |\ \
| * | | Factor subunit-filter some more.Jonathan Lange2012-04-201-9/+19
| * | | Merge tag collapsing thing.Jonathan Lange2012-04-203-19/+38
| |\ \ \
| * | | | 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-133-6/+69
| * | | | 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-103-14/+37
| * | | | 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
| * | | | Extract out a filter base class that just deals with predicates.Jonathan Lange2012-04-101-68/+96
* | | | | Always forward time events from TestResultFilter.Jonathan Lange2012-04-263-6/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | make time pass through filtered testsBenji York2012-04-262-6/+4
|/ / / /
* | | | Merge tag-collapsing-rigor.Jonathan Lange2012-04-263-23/+98
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | 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
|/