mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Add regression test for future statements. This adds eight files, but
seven are not tests in their own right; these files are mentioned in regrtest.
This commit is contained in:
parent
ad3d3f2f3f
commit
62e2c7e3df
10 changed files with 132 additions and 0 deletions
|
@ -197,6 +197,13 @@ NOTTESTS = [
|
|||
'test_support',
|
||||
'test_b1',
|
||||
'test_b2',
|
||||
'test_future1',
|
||||
'test_future2',
|
||||
'test_future3',
|
||||
'test_future4',
|
||||
'test_future5',
|
||||
'test_future6',
|
||||
'test_future7',
|
||||
]
|
||||
|
||||
def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue