summaryrefslogtreecommitdiff
path: root/filters
Commit message (Expand)AuthorAgeFilesLines
* * ``subunit-ls`` now handles a stream with time: instructions that startRobert Collins2011-05-231-2/+6
* Unbreak subunit-filter with no fixup option given.Robert Collins2011-05-211-1/+1
* 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
* FlakesJonathan Lange2010-08-041-1/+0
* Move TestIdPrintingResult from subunit-ls to subunit.test_resultsJonathan Lange2010-08-041-49/+1
* Eliminate tabs used mixed in with spaces.Jelmer Vernooij2010-01-252-12/+12
* Add --forward option to notify.Jelmer Vernooij2010-01-171-1/+8
* Fix the default of all for read in subunit2gtk, really fixing the hup race co...Robert Collins2010-01-151-1/+1
* Flush the read pipe after a process hangup is detected, before calling lostCo...Robert Collins2010-01-151-3/+7
* merge notification filter.Jelmer Vernooij2010-01-151-0/+58
|\
| * Add subunit script that notifies the test results.Jelmer Vernooij2010-01-151-0/+58
* | Shut GTK up about None being returned instead of True or False.Robert Collins2010-01-151-0/+1
* | Merge the change to not have a progress name collision in subunit2gtk from Vila.Robert Collins2010-01-151-10/+12
|\ \ | |/ |/|
| * Make subunit2gtk works and stop reporting the last test as an error.Vincent Ladeuil2010-01-141-18/+17
* | Remove unused imports.Jelmer Vernooij2009-12-311-2/+0
* | Fix some variable names.Jelmer Vernooij2009-12-311-2/+2
|/
* Fix the -f switch for subunit2junitxml.Robert Collins2009-12-181-1/+2
* Merge junitxml --forward branch.Robert Collins2009-12-141-1/+7
|\
| * Add --forward option to subunit2junitxml.Robert Collins2009-12-141-1/+7
* | 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-308-104/+80
* Merge Martin's regex filter patch.Robert Collins2009-08-301-1/+49
|\
| * 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
* | Merge progress model overhaul adding nest progress data.Robert Collins2009-08-271-4/+21
|\ \
| * | Extend the progress model to support a push/pop model.Robert Collins2009-08-081-4/+21
| |/
* | Add a --output-to option to subunit2junitxml, to allow passthrough content (s...Robert Collins2009-08-081-8/+18
|/
* Fix indents.Robert Collins2009-08-051-2/+2
* Fix optparse sense inversion in new option.Robert Collins2009-08-035-5/+5
* Add --no-passthrough option to various filters.Robert Collins2009-08-035-12/+54
* Merge subunit2junitxml, a filter to convert subunit to JUnit XML.Robert Collins2009-08-021-0/+42
|\
| * Add subunit2junitxml.Robert Collins2009-08-011-0/+42
* | Review feedback.Robert Collins2009-08-021-8/+16
|/
* Fix gtk support more.Robert Collins2009-07-291-1/+1
* Handle python 2.5 a bit better in subunit2gtk.Robert Collins2009-07-291-1/+4
* Add subunit2gtkRobert Collins2009-07-291-0/+229
* Hook in progress bars for subunit2pyunit.Robert Collins2009-07-291-2/+14
* Print subunit-ls times as floats for easier scripting.Robert Collins2009-07-201-1/+4
* Support microsecond times.Robert Collins2009-07-201-2/+2
* Add support for showing test durations in subunit-lsRobert Collins2009-07-201-7/+33
* Switch to autoconf.Robert Collins2009-05-081-14/+0
* Install filtersRobert Collins2009-03-271-17/+12
* Review feedback on filters.Robert Collins2009-03-091-3/+2
* subunit-filter can now filter skips too.Robert Collins2009-03-021-1/+3