[Python-checkins] r74595 - python/branches/py3k/Lib/importlib/test/regrtest.py

brett.cannon python-checkins at python.org
Sun Aug 30 21:44:33 CEST 2009


Author: brett.cannon
Date: Sun Aug 30 21:44:32 2009
New Revision: 74595

Log:
Turn on verbose2 for importlib.test.regrtest so as to see failures when they occur.

Modified:
   python/branches/py3k/Lib/importlib/test/regrtest.py

Modified: python/branches/py3k/Lib/importlib/test/regrtest.py
==============================================================================
--- python/branches/py3k/Lib/importlib/test/regrtest.py	(original)
+++ python/branches/py3k/Lib/importlib/test/regrtest.py	Sun Aug 30 21:44:32 2009
@@ -8,7 +8,6 @@
 XXX FAILING
     test_import  # execution bit, exception name differing, file name differing
                     between code and module (?)
-    test_importhooks  # package not set in _gcd_import() but level > 0
     test_pep3120  # Difference in exception
     test_runpy  # Importing sys.imp.eric raises AttributeError instead of
                     ImportError (as does any attempt to import a sub-module
@@ -34,4 +33,4 @@
         # No programmatic way to specify tests to exclude
         sys.argv.extend(exclude)
 
-    regrtest.main(quiet=True)
+    regrtest.main(quiet=True, verbose2=True)


More information about the Python-checkins mailing list