mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
#11093: make NOTTESTS empty by renaming confusingly named files in test dir.
Patch by Sandro Tosi.
This commit is contained in:
parent
b588f8dd9f
commit
576483085c
4 changed files with 7 additions and 10 deletions
|
@ -743,10 +743,7 @@ STDTESTS = [
|
|||
]
|
||||
|
||||
# set of tests that we don't want to be executed when using regrtest
|
||||
NOTTESTS = {
|
||||
'test_future1',
|
||||
'test_future2',
|
||||
}
|
||||
NOTTESTS = set()
|
||||
|
||||
def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
|
||||
"""Return a list of all applicable test modules."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue