Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_importlib/metadata/test_zip.py:90–92 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
88
89
class
TestEgg(TestZip):
90
def
setUp(self):
91
super().setUp()
92
self._fixture_on_path(
'example-21.12-py3.6.egg'
)
93
94
def
test_files(self):
95
for
file in files(
'example'
):
Callers
nothing calls this directly
Calls
3
super
Class · 0.85
_fixture_on_path
Method · 0.80
setUp
Method · 0.45
Tested by
no test coverage detected