cpython/Lib/test/test_importlib
Kyle Stanley 56ec4f1fde bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466)
Replacing the deprecated method "random.choose" to "random.choice" was technically not part of the original issue. However, it was discussed in the talk page and involved one of the files being moved. I assumed this was too minor to justify the creation of a separate issue. 

Also, I added my name to the contributors list in Misc/ACKS. This will be my third PR to cpython, forgot to do it in the previous ones. 



https://bugs.python.org/issue19696
2019-07-03 11:22:40 -07:00
..
builtin
data cross port importlib-metadata PR #76 (#13903) 2019-06-07 14:23:38 -07:00
data01
data02
data03
extension
frozen
import_
namespace_pkgs
source
zipdata01
zipdata02
__init__.py
__main__.py
abc.py
fixtures.py bpo-34632: Add importlib.metadata (GH-12547) 2019-05-24 16:59:01 -07:00
test_abc.py bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847) 2019-06-21 11:17:00 -07:00
test_api.py
test_lazy.py
test_locks.py
test_main.py Don't crash if there exists an EGG-INFO directory on sys.path (#13667) 2019-05-29 17:13:11 -07:00
test_metadata_api.py bpo-34632: Add importlib.metadata (GH-12547) 2019-05-24 16:59:01 -07:00
test_namespace_pkgs.py
test_open.py
test_path.py
test_pkg_import.py bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466) 2019-07-03 11:22:40 -07:00
test_read.py
test_resource.py
test_spec.py
test_util.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_windows.py
test_zip.py cross port importlib-metadata PR #76 (#13903) 2019-06-07 14:23:38 -07:00
util.py