summaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* More fiddling about.Jonathan Lange2012-03-271-10/+8
|
* More tweaking of boundaries.Jonathan Lange2012-03-271-15/+18
|
* Try to factor out the filter code.Jonathan Lange2012-03-271-0/+83
|
* Rename csv_result to CsvResult.Jonathan Lange2012-03-252-6/+6
|
* Don't write anything until startTestRun is called.Jonathan Lange2012-03-252-11/+17
|
* 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
| | | | the other scripts
* Test for csv output.Jonathan Lange2012-03-251-1/+22
|
* Resolve XXX about testtools support for tags.Jonathan Lange2012-03-251-2/+1
|
* Merge trunk.Jonathan Lange2012-03-252-14/+18
|\
| * Clean up a flakeJonathan Lange2012-02-161-2/+2
| |
| * Make sure the tests pass with 0.9.11 as well as 0.9.12 & 13Jonathan Lange2012-02-161-6/+3
| |