summaryrefslogtreecommitdiff
path: root/python/subunit/test_results.py
Commit message (Expand)AuthorAgeFilesLines
* Make _make_tag_filter public.Robert Collins2012-05-031-1/+1
* Restore forwarding of all time calls through TestResultFilter.Robert Collins2012-05-021-4/+1
* * Tags can now be filtered. (Jonathan Lange, #664171)Robert Collins2012-05-021-111/+185
|\
| * Fix up some XXX comments.Jonathan Lange2012-04-261-3/+2
| * Use the TagsMixin on the predicate so local and global tags are tracked corre...Jonathan Lange2012-04-201-6/+6
| * Factor a TagsMixin out of TagCollapsingDecoratorJonathan Lange2012-04-201-29/+40
| * Merge updates from tag-collapsing-rigor.Jonathan Lange2012-04-201-0/+2
| |\
| * \ Merge tag collapsing thing.Jonathan Lange2012-04-201-15/+24
| |\ \
| * | | Properly scope tag collapsingJonathan Lange2012-04-201-1/+1
| * | | Make sure tags are sent before result.Jonathan Lange2012-04-201-8/+7
| * | | don't rely on current_tags, implement it ourselves.Jonathan Lange2012-04-191-6/+11
| * | | Comments.Jonathan Lange2012-04-191-0/+3
| * | | Progress, of a sort.Jonathan Lange2012-04-131-3/+19
| * | | 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-101-13/+22
| * | | Allow the predicate to filter tags.Jonathan Lange2012-04-101-1/+12
| * | | A layer of abstraction that can help us.Jonathan Lange2012-04-101-1/+4
| * | | 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
* | | | make time pass through filtered testsBenji York2012-04-261-4/+1
| |_|/ |/| |
* | | Flush global tags too.Jonathan Lange2012-04-201-0/+2
| |/ |/|
* | Collapse tags outside of tests too.Jonathan Lange2012-04-201-15/+24
* | Make sure tags directives are sent before addSuccess etc.Jonathan Lange2012-04-201-8/+7
|/
* Rename csv_result to CsvResult.Jonathan Lange2012-03-251-3/+3
* Don't write anything until startTestRun is called.Jonathan Lange2012-03-251-11/+12
* Resolve XXX about testtools support for tags.Jonathan Lange2012-03-251-2/+1
* Swathe of tests.Jonathan Lange2012-02-011-4/+3
* Merge trunkJonathan Lange2012-02-011-56/+169
|\
| * Merge trunk r142 and resolve conflicts.John Arbash Meinel2011-06-301-58/+168
| |\
| | * Split out method that checks for expected failures into a separate method.Jelmer Vernooij2011-04-251-3/+6
| | * Mark unexpected successes, too.Jelmer Vernooij2011-04-111-2/+6
| | * Filter errors as well.Jelmer Vernooij2011-04-111-2/+6
| | * Support --fixup-expected-failures argument to subunit-filter.Jelmer Vernooij2011-04-111-3/+13
| | * Consistently use super() rather than upcalling.Jonathan Lange2011-02-131-4/+4
| | * Use the time collapsing decorator as well.Jonathan Lange2011-02-131-2/+2
| | * Make sure that we don't send time if there are none to send.Jonathan Lange2011-02-131-0/+2
| | * Properly handle multiple events.Jonathan Lange2011-02-131-5/+9
| | * Add a time collapsing decorator.Jonathan Lange2011-02-131-0/+19
| | * Only one mechanism for checking to see if a thing is filtered.Jonathan Lange2011-02-121-15/+27
| | * Simplify TRF by using TagCollapsingDecorator.Jonathan Lange2011-02-121-23/+1
| | * Implement the tag collapsing logic by stealing stuff from TRF and fixing it.Jonathan Lange2011-02-121-0/+48
| | * Get started, fix a bug in subunit's decorator.Jonathan Lange2011-02-121-1/+5
| | * Unnecessary whitespace.Jonathan Lange2011-02-111-1/+0
| | * Pass through time when we aren't in tests.Jonathan Lange2011-02-111-1/+4
| | * Fix the immediate bug.Jonathan Lange2011-02-111-13/+22
| * | (bug #623642) Add --no-xfail and -F to subunit-filter.John Arbash Meinel2010-08-241-2/+5
| |/
* | Add a CSV filter.Jonathan Lange2012-01-311-0/+99
|/
* Whitespace.Jonathan Lange2010-08-041-13/+13
* Move TestIdPrintingResult from subunit-ls to subunit.test_resultsJonathan Lange2010-08-041-2/+50