We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc0e2d commit ae9380dCopy full SHA for ae9380d
Lib/test/test_fractions.py
@@ -18,7 +18,7 @@
18
19
#locate file with float format test values
20
test_dir = os.path.dirname(__file__) or os.curdir
21
-format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
+format_testfile = os.path.join(test_dir, 'mathdata', 'formatfloat_testcases.txt')
22
23
class DummyFloat(object):
24
"""Dummy float class for testing comparisons with Fractions"""
0 commit comments