MCPcopy Create free account
hub / github.com/numpy/numpy / setup_method

Method setup_method

numpy/lib/tests/test__datasource.py:287–289  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

285
286class TestRepositoryExists:
287 def setup_method(self):
288 self.tmpdir = mkdtemp()
289 self.repos = datasource.Repository(valid_baseurl(), self.tmpdir)
290
291 def teardown_method(self):
292 rmtree(self.tmpdir)

Callers

nothing calls this directly

Calls 1

valid_baseurlFunction · 0.85

Tested by

no test coverage detected