10000 gh-108303: Move `double_const` to `test_import` where it belongs · python/cpython@106c268 · GitHub
[go: up one dir, main page]

Skip to content

Commit 106c268

Browse files
committed
gh-108303: Move double_const to test_import where it belongs
1 parent d4f83e1 commit 106c268

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Lib/test/test_import/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def test_case_sensitivity(self):
411411
def test_double_const(self):
412412
# Another brief digression to test the accuracy of manifest float
413413
# constants.
414-
from test import double_const # don't blink -- that *was* the test
414+
from test.test_import.data import double_const # don't blink -- that *was* the test
415415

416416
def test_import(self):
417417
def test_with_extension(ext):
File renamed without changes.

0 commit comments

Comments
 (0)
0