summaryrefslogtreecommitdiff
path: root/filters/subunit-filter
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in subunit-filterJeffrey Zhang2016-07-061-2/+2
* * Most filters will now accept a file path argument instead of only readingRobert Collins2013-08-251-2/+3
* Update subunit-filter to consume and emit v2.Robert Collins2013-02-261-8/+14
* Make _make_tag_filter public.Robert Collins2012-05-031-2/+2
* 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
* Factor subunit-filter some more.Jonathan Lange2012-04-201-9/+19
* Merge tag collapsing thing.Jonathan Lange2012-04-201-0/+2
|\
* | Progress, of a sort.Jonathan Lange2012-04-131-2/+16
* | Make sure all of our predicates support tags.Jonathan Lange2012-04-101-1/+1
|/
* Turn the -F handler into a callback that adds args.John Arbash Meinel2011-06-301-12/+11
* Add -F to suppress everything that isn't a failure/error.John Arbash Meinel2011-06-301-0/+12
* Remove -F since it seemed controversialJohn Arbash Meinel2011-06-301-12/+0
* Merge trunk r142 and resolve conflicts.John Arbash Meinel2011-06-301-3/+11
|\
| * Move read_test_filter to python/subunit.Jelmer Vernooij2011-04-251-7/+1
| * Filter errors as well.Jelmer Vernooij2011-04-111-1/+1
| * Support --fixup-expected-failures argument to subunit-filter.Jelmer Vernooij2011-04-111-2/+16
| * * The help for subunit-filter was confusing about the behaviour of ``-f`` /Robert Collins2011-01-161-1/+1
* | (bug #623642) Add --no-xfail and -F to subunit-filter.John Arbash Meinel2010-08-241-3/+19
|/
* Teach filters about details and outcomes.Robert Collins2009-10-251-10/+6
* Support the extended TestResult details API on TestResultFilter (but not yet ...Robert Collins2009-10-251-1/+1
* License change to BSD/Apache License 2.0.Robert Collins2009-09-301-13/+10
* Build regexp filter as a closure not using globalsMartin Pool2009-08-061-15/+25
* Help message for --with/withoutMartin Pool2009-08-061-0/+6
* Clean up and rename subunit-filter --withMartin Pool2009-08-061-20/+24
* Add subunit-filter --match and --anti-match optionsMartin Pool2009-08-051-1/+29
* Fix indents.Robert Collins2009-08-051-2/+2
* Fix optparse sense inversion in new option.Robert Collins2009-08-031-1/+1
* Add --no-passthrough option to various filters.Robert Collins2009-08-031-4/+16
* subunit-filter can now filter skips too.Robert Collins2009-03-021-1/+3
* Add a subunit-filter filter.Robert Collins2009-02-221-0/+50