test_future3.py is a regular test file, and should be part of the test suite

This commit is contained in:
Amaury Forgeot d'Arc 2008-03-28 00:21:34 +00:00
parent da0c025a43
commit 7db15fe9d9
1 changed files with 0 additions and 1 deletions

View File

@ -487,7 +487,6 @@ NOTTESTS = [
'test_support',
'test_future1',
'test_future2',
'test_future3',
]
def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):