mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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,10 +1,10 @@
|
|||
from ... import machinery
|
||||
from .. import finder_tests
|
||||
from .. import abc
|
||||
|
||||
import unittest
|
||||
|
||||
|
||||
class FinderTests(finder_tests.FinderTests):
|
||||
class FinderTests(abc.FinderTests):
|
||||
|
||||
"""Test finding frozen modules."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue