Skip to content

Commit 5b8f024

Browse files
authored
gh-108303: Update test_fractions for new Lib/test/mathdata/ (#109686)
1 parent e47d12e commit 5b8f024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_fractions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#locate file with float format test values
2020
test_dir = os.path.dirname(__file__) or os.curdir
21-
format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
21+
format_testfile = os.path.join(test_dir, 'mathdata', 'formatfloat_testcases.txt')
2222

2323
class DummyFloat(object):
2424
"""Dummy float class for testing comparisons with Fractions"""

0 commit comments

Comments
 (0)