mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-38839: Fix some unused functions in tests (GH-17189)
This commit is contained in:
parent
54b32c9871
commit
892221bfa0
9 changed files with 12 additions and 19 deletions
|
@ -133,6 +133,7 @@ class RelativeImports:
|
|||
self.assertEqual(module.__name__, 'pkg')
|
||||
self.assertTrue(hasattr(module, 'subpkg2'))
|
||||
self.assertEqual(module.subpkg2.attr, 'pkg.subpkg2.__init__')
|
||||
self.relative_import_test(create, globals_, callback)
|
||||
|
||||
def test_deep_import(self):
|
||||
# [deep import]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue