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

Method test_RemoveHTTPFile

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

Source from the content-addressed store, hash-verified

302 assert_equal(self.repos.exists(tmpfile), False)
303
304 def test_RemoveHTTPFile(self):
305 assert_(self.repos.exists(valid_httpurl()))
306
307 def test_CachedHTTPFile(self):
308 localfile = valid_httpurl()

Callers

nothing calls this directly

Calls 3

assert_Function · 0.90
valid_httpurlFunction · 0.85
existsMethod · 0.45

Tested by

no test coverage detected