Skip to content

Commit ae9380d

Browse files
vstinnerGlyphack
authored andcommitted
pythongh-108303: Update test_fractions for new Lib/test/mathdata/ (python#109686)
1 parent 4bc0e2d commit ae9380d

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)