cpython/Lib/test/test_importlib
Łukasz Langa 8c1e1da565
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
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 01:33:59 +02:00
..
builtin
data
data01
data02
data03
extension
frozen
import_
namespace_pkgs
namespacedata01
partial
source [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) 2021-09-22 01:33:59 +02:00
zipdata01
zipdata02
__init__.py
__main__.py
abc.py
fixtures.py bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565) 2021-05-02 17:03:40 -04:00
stubs.py
test_abc.py
test_api.py
test_files.py
test_lazy.py
test_locks.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_main.py bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565) 2021-05-02 17:03:40 -04:00
test_metadata_api.py bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510) 2021-07-31 23:01:38 -04:00
test_namespace_pkgs.py
test_open.py
test_path.py
test_pkg_import.py
test_read.py
test_reader.py bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). (GH-26387) (#26389) 2021-05-26 17:09:27 -04:00
test_resource.py bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). (GH-26387) (#26389) 2021-05-26 17:09:27 -04:00
test_spec.py
test_threaded_import.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_util.py Python 3.10.0rc1 2021-08-02 20:53:59 +01:00
test_windows.py
test_zip.py bpo-44246: Entry points performance improvements. (GH-26467) 2021-05-31 09:12:32 -07:00
threaded_import_hangers.py
update-zips.py
util.py