summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2019-10-30-00-01-43.bpo-37957.X1r78F.rst
blob: 75e186ef33e071a66389e956b1a468a9706994d4 (plain)
1
2
3
test.regrtest now can receive a list of test patterns to ignore (using the
-i/--ignore argument) or a file with a list of patterns to ignore (using the
--ignore-file argument). Patch by Pablo Galindo.