MCPcopy Index your code
hub / github.com/numpy/numpy / test_RemoveHTTPFile

Method test_RemoveHTTPFile

numpy/lib/tests/test__datasource.py:286–288  ·  view source on GitHub ↗
(self, tmp_path)

Source from the content-addressed store, hash-verified

284 assert_equal(repos.exists(tmpfile), False)
285
286 def test_RemoveHTTPFile(self, tmp_path):
287 repos = datasource.Repository(valid_baseurl(), tmp_path)
288 assert_(repos.exists(valid_httpurl()))
289
290 def test_CachedHTTPFile(self, tmp_path):
291 localfile = valid_httpurl()

Callers

nothing calls this directly

Calls 4

existsMethod · 0.95
assert_Function · 0.90
valid_baseurlFunction · 0.85
valid_httpurlFunction · 0.85

Tested by

no test coverage detected