diff options
Diffstat (limited to 'Lib/importlib/test/regrtest.py')
-rw-r--r-- | Lib/importlib/test/regrtest.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Lib/importlib/test/regrtest.py b/Lib/importlib/test/regrtest.py index 17985fb..b103ae7d 100644 --- a/Lib/importlib/test/regrtest.py +++ b/Lib/importlib/test/regrtest.py @@ -6,9 +6,11 @@ Otherwise all command-line options valid for test.regrtest are also valid for this script. XXX FAILING - test_import - execution bit + * test_import + - test_incorrect_code_name file name differing between __file__ and co_filename (r68360 on trunk) + - test_import_by_filename + exception for trying to import by file name does not match """ import importlib |