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

Method test_InvalidHTTP

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

Source from the content-addressed store, hash-verified

168 assert_(self.ds.exists(valid_httpurl()))
169
170 def test_InvalidHTTP(self):
171 assert_equal(self.ds.exists(invalid_httpurl()), False)
172
173 def test_ValidFile(self):
174 # Test valid file in destpath

Callers

nothing calls this directly

Calls 3

assert_equalFunction · 0.90
invalid_httpurlFunction · 0.85
existsMethod · 0.45

Tested by

no test coverage detected