#11093: make NOTTESTS empty by renaming confusingly named files in test dir.

Patch by Sandro Tosi.
This commit is contained in:
R David Murray 2011-03-24 14:57:05 -04:00
parent b588f8dd9f
commit 576483085c
4 changed files with 7 additions and 10 deletions

View file

@ -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."""