MCPcopy 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
89class 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

superClass · 0.85
_fixture_on_pathMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected