Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47d12e commit 5b8f024Copy full SHA for 5b8f024
1 file changed
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