mirror of
https://github.com/python/cpython.git
synced 2025-11-29 06:22:10 +00:00
(Merge 3.1) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't
exist anymore
This commit is contained in:
commit
e5720b989f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from test import support
|
||||||
FILENAME = linecache.__file__
|
FILENAME = linecache.__file__
|
||||||
INVALID_NAME = '!@$)(!@#_1'
|
INVALID_NAME = '!@$)(!@#_1'
|
||||||
EMPTY = ''
|
EMPTY = ''
|
||||||
TESTS = 'cjkencodings_test inspect_fodder inspect_fodder2 mapping_tests'
|
TESTS = 'inspect_fodder inspect_fodder2 mapping_tests'
|
||||||
TESTS = TESTS.split()
|
TESTS = TESTS.split()
|
||||||
TEST_PATH = os.path.dirname(support.__file__)
|
TEST_PATH = os.path.dirname(support.__file__)
|
||||||
MODULES = "linecache abc".split()
|
MODULES = "linecache abc".split()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue