mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Issue #15168: Move importlb.test to test.test_importlib.
This should make the Linux distros happy as it is now easier to leave importlib's tests out of their base Python distribution.
This commit is contained in:
parent
4afc1c08d0
commit
45a5e3afe5
43 changed files with 33 additions and 38 deletions
|
@ -1,7 +0,0 @@
|
|||
import sys
|
||||
|
||||
assert 'errno' in sys.builtin_module_names
|
||||
NAME = 'errno'
|
||||
|
||||
assert 'importlib' not in sys.builtin_module_names
|
||||
BAD_NAME = 'importlib'
|
Loading…
Add table
Add a link
Reference in a new issue