summaryrefslogtreecommitdiff
path: root/python/subunit/tests/test_subunit_filter.py
Commit message (Expand)AuthorAgeFilesLines
* (no commit message)Jelmer Vernooij2023-02-021-12/+12
* Improve unittest callsJelmer Vernooij2023-02-011-7/+11
* Sort Python import definitions with isortJelmer Vernooij2023-01-311-6/+5
* Fix distcheck; include python files again.Jelmer Vernooij2022-11-051-1/+1
* Merge branch 'fix-filter-entrypoints' of https://github.com/mtreinish/subunitJelmer Vernooij2022-11-051-4/+1
|\
| * Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2021-06-151-1/+5
| |\
| * | Cleanup tests and buildsMatthew Treinish2019-12-151-4/+1
* | | Stop using io imports from testtoolsStephen Finucane2021-12-151-6/+3
* | | Remove logic for Python < 3.6Stephen Finucane2021-12-151-4/+0
| |/ |/|
* | Fix imports from testtools.compatMatthieu Huin2021-06-151-1/+5
|/
* Add support for parsing in a regex to apply to test ids.Jelmer Vernooij2018-03-241-0/+16
* BUG FIXESRobert Collins2013-06-161-6/+0
* Batch up input in ByteStreamToStreamResult.Robert Collins2013-02-261-2/+1
* Update subunit-filter to consume and emit v2.Robert Collins2013-02-261-61/+44
* * Python2.6 support was broken by the fixup feature.Robert Collins2012-05-081-2/+6
* Handle text stdin and stdout streams.Robert Collins2012-05-081-5/+5
* Make _make_tag_filter public.Robert Collins2012-05-031-3/+3
* Restore forwarding of all time calls through TestResultFilter.Robert Collins2012-05-021-1/+27
* * Tags can now be filtered. (Jonathan Lange, #664171)Robert Collins2012-05-021-3/+134
|\
| * Use the TagsMixin on the predicate so local and global tags are tracked corre...Jonathan Lange2012-04-201-5/+24
| * Make the integration test include local tags as well.Jonathan Lange2012-04-201-0/+8
| * Properly scope tag collapsingJonathan Lange2012-04-201-0/+1
| * Make sure tags are sent before result.Jonathan Lange2012-04-201-1/+0
| * don't rely on current_tags, implement it ourselves.Jonathan Lange2012-04-191-3/+5
| * Progress, of a sort.Jonathan Lange2012-04-131-1/+34
| * Add tests that exercise the subunit-filter filter.Jonathan Lange2012-04-101-0/+55
| * Make sure all of our predicates support tags.Jonathan Lange2012-04-101-0/+14
| * FlakesJonathan Lange2012-04-101-1/+1
* | make time pass through filtered testsBenji York2012-04-261-2/+3
|/
* Add test to make sure addSkip is preserved.Jelmer Vernooij2011-05-091-0/+14
* Merge python 3K changes.Robert Collins2011-04-271-6/+6
|\
| * Nearly done.Robert Collins2011-04-251-6/+6
| * Make test suite importable in py3.Robert Collins2011-04-251-1/+1
* | Mark unexpected successes, too.Jelmer Vernooij2011-04-111-0/+9
* | Filter errors as well.Jelmer Vernooij2011-04-111-4/+12
* | Support --fixup-expected-failures argument to subunit-filter.Jelmer Vernooij2011-04-111-0/+12
|/
* Delete unnecessary code.Jonathan Lange2011-02-121-9/+1
* Pass through time when we aren't in tests.Jonathan Lange2011-02-111-2/+5
* Fix the immediate bug.Jonathan Lange2011-02-111-9/+9
* Failing test that demonstrates the bug.Jonathan Lange2011-02-111-1/+29
* ClarityJonathan Lange2011-02-111-6/+16
* Parametrize the subunit input.Jonathan Lange2011-02-111-3/+4
* Try to make the test set up a little more data driven.Jonathan Lange2011-02-111-26/+26
* Formatting.Jonathan Lange2011-02-111-6/+3
* No need for that eitherJonathan Lange2011-02-101-2/+2
* No need to store on the object either.Jonathan Lange2011-02-101-28/+28
* Delete unused method.Jonathan Lange2011-02-101-3/+0
* Pass the filter in.Jonathan Lange2011-02-101-14/+14
* Return, rather than setting an attributeJonathan Lange2011-02-101-6/+7
* More flakes.Jonathan Lange2011-02-101-3/+3