mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge testing ABCs for importlib into importlib.test.abc.
This commit is contained in:
parent
b18b936e79
commit
f254a75176
6 changed files with 45 additions and 47 deletions
|
@ -1,5 +1,5 @@
|
|||
import importlib
|
||||
from .. import finder_tests
|
||||
from .. import abc
|
||||
from .. import support
|
||||
import os
|
||||
import py_compile
|
||||
|
@ -7,7 +7,7 @@ import unittest
|
|||
import warnings
|
||||
|
||||
|
||||
class FinderTests(finder_tests.FinderTests):
|
||||
class FinderTests(abc.FinderTests):
|
||||
|
||||
"""For a top-level module, it should just be found directly in the
|
||||
directory being searched. This is true for a directory with source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue