gh-110918: regrtest: allow to intermix --match and --ignore options#110919
gh-110918: regrtest: allow to intermix --match and --ignore options#110919serhiy-storchaka merged 3 commits intopython:mainfrom
Conversation
…ions Test case matching patterns specified by options --match, --ignore, --matchfile and --ignorefile are now tested in the order of specification, and the last match determines whether the test case be run or ignored.
vstinner
left a comment
There was a problem hiding this comment.
LGTM. Please just specify an encoding for the open() (I suggest utf8).
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…ore options (pythonGH-110919) Test case matching patterns specified by options --match, --ignore, --matchfile and --ignorefile are now tested in the order of specification, and the last match determines whether the test case be run or ignored.. (cherry picked from commit 9a1fe09) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-111167 is a backport of this pull request to the 3.12 branch. |
…ore options (pythonGH-110919) Test case matching patterns specified by options --match, --ignore, --matchfile and --ignorefile are now tested in the order of specification, and the last match determines whether the test case be run or ignored.. (cherry picked from commit 9a1fe09) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-111168 is a backport of this pull request to the 3.11 branch. |
…ions (pythonGH-110919) Test case matching patterns specified by options --match, --ignore, --matchfile and --ignorefile are now tested in the order of specification, and the last match determines whether the test case be run or ignored.
…ions (pythonGH-110919) Test case matching patterns specified by options --match, --ignore, --matchfile and --ignorefile are now tested in the order of specification, and the last match determines whether the test case be run or ignored.
Test case matching patterns specified by options --match, --ignore, --matchfile and --ignorefile are now tested in the order of specification, and the last match determines whether the test case be run or ignored.