mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Additional debug info in case of failure
This commit is contained in:
parent
037615e1ef
commit
658d1963e1
1 changed files with 1 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue