Merge testing ABCs for importlib into importlib.test.abc.

This commit is contained in:
Brett Cannon 2009-01-30 00:22:35 +00:00
parent b18b936e79
commit f254a75176
6 changed files with 45 additions and 47 deletions

View file

@ -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."""