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

Method test_ValidHTTP

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

Source from the content-addressed store, hash-verified

165 del self.ds
166
167 def test_ValidHTTP(self):
168 assert_(self.ds.exists(valid_httpurl()))
169
170 def test_InvalidHTTP(self):
171 assert_equal(self.ds.exists(invalid_httpurl()), False)

Callers

nothing calls this directly

Calls 3

assert_Function · 0.90
valid_httpurlFunction · 0.85
existsMethod · 0.45

Tested by

no test coverage detected