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.
2 parents 253b664 + a90afbc commit b132069Copy full SHA for b132069
1 file changed
Lib/test/test_modulefinder.py
@@ -316,7 +316,7 @@ def test_replace_paths(self):
316
self._do_test(maybe_test, debug=2,
317
replace_paths=[(old_path, new_path)])
318
output = output.getvalue()
319
- expected = "co_filename '%s' changed to '%s'" % (old_path, new_path)
+ expected = "co_filename %r changed to %r" % (old_path, new_path)
320
self.assertIn(expected, output)
321
322
0 commit comments