MCPcopy Index your code
hub / github.com/python/cpython / test_package

Method test_package

Lib/test/test_importlib/source/test_finder.py:91–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89
90 # [top-level package]
91 def test_package(self):
92 # Source.
93 self.run_test('pkg', {'pkg.__init__'})
94 # Bytecode.
95 self.run_test('pkg', {'pkg.__init__'}, compile_={'pkg.__init__'},
96 unlink={'pkg.__init__'})
97 # Both.
98 self.run_test('pkg', {'pkg.__init__'}, compile_={'pkg.__init__'})
99
100 # [sub module]
101 def test_module_in_package(self):

Callers

nothing calls this directly

Calls 1

run_testMethod · 0.95

Tested by

no test coverage detected