cpython/Lib/test/test_importlib
Łukasz Langa 5482db5800
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>.
(cherry picked from commit 8f943ca257)

Co-authored-by: Mohamad Mansour <66031317+mohamadmansourX@users.noreply.github.com>
2021-09-22 17:32:04 +02:00
..
builtin
data
data01
data02
data03
extension
frozen
import_
namespace_pkgs
partial
source [3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512) 2021-09-22 17:32:04 +02:00
zipdata01
zipdata02
__init__.py
__main__.py
abc.py
fixtures.py
stubs.py
test_abc.py
test_api.py
test_files.py
test_lazy.py
test_locks.py [3.9] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28456) 2021-09-20 09:34:52 +03:00
test_main.py
test_metadata_api.py
test_namespace_pkgs.py
test_open.py
test_path.py
test_pkg_import.py
test_read.py
test_resource.py
test_spec.py bpo-44070: No longer eagerly makes import filenames absolute, except for extension modules (GH-26025) 2021-05-10 23:45:50 +01:00
test_threaded_import.py [3.9] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28456) 2021-09-20 09:34:52 +03:00
test_util.py
test_windows.py bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121) 2021-04-07 12:35:36 +01:00
test_zip.py
threaded_import_hangers.py
util.py