Commit 658d1963 authored by Antoine Pitrou's avatar Antoine Pitrou

Additional debug info in case of failure

parent 037615e1
......@@ -332,8 +332,7 @@ class PEP3147Tests(unittest.TestCase):
support.unload('pep3147')
m = __import__('pep3147')
support.unload('pep3147')
sys.stdout.flush()
self.assertEqual(m.__file__, expected___file__, (m.__file__, m.__path__))
self.assertEqual(m.__file__, expected___file__, (m.__file__, m.__path__, sys.path))
class NullImporterTests(unittest.TestCase):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment