Skip to content

Commit

Permalink
Fix a test on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka committed Jan 21, 2025
1 parent ceaf7f5 commit 4c9e337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_import/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ def test_foreign_code(self):
self.assertEqual(mod.constant.co_filename, foreign_code.co_filename)


class PathsTests(unittest.TestCase):
class PathsTests(unittest.TestCase, ExtraAssertions):
SAMPLES = ('test', 'test\u00e4\u00f6\u00fc\u00df', 'test\u00e9\u00e8',
'test\u00b0\u00b3\u00b2')
path = TESTFN
Expand Down

0 comments on commit 4c9e337

Please sign in to comment.