Kaydet (Commit) 42e54b29 authored tarafından Brett Cannon's avatar Brett Cannon

Stop shadowing a test class.

üst 1f27479e
...@@ -635,7 +635,7 @@ class PycacheTests(unittest.TestCase): ...@@ -635,7 +635,7 @@ class PycacheTests(unittest.TestCase):
os.path.join(os.curdir, foo_pyc)) os.path.join(os.curdir, foo_pyc))
class RelativeImportTests(test_relative_imports.RelativeImports): class RelativeImportFromImportlibTests(test_relative_imports.RelativeImports):
def setUp(self): def setUp(self):
self._importlib_util_flag = importlib_util.using___import__ self._importlib_util_flag = importlib_util.using___import__
...@@ -649,7 +649,7 @@ def test_main(verbose=None): ...@@ -649,7 +649,7 @@ def test_main(verbose=None):
run_unittest(ImportTests, PycacheTests, run_unittest(ImportTests, PycacheTests,
PycRewritingTests, PathsTests, RelativeImportTests, PycRewritingTests, PathsTests, RelativeImportTests,
OverridingImportBuiltinTests, OverridingImportBuiltinTests,
RelativeImportTests) RelativeImportFromImportlibTests)
if __name__ == '__main__': if __name__ == '__main__':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment