Skip to content

Commit

Permalink
pythongh-108303: Update test_fractions for new Lib/test/mathdata/ (py…
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Sep 21, 2023
1 parent e47d12e commit 5b8f024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_fractions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

class DummyFloat(object):
"""Dummy float class for testing comparisons with Fractions"""
Expand Down

0 comments on commit 5b8f024

Please sign in to comment.