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

Method test_ValidHTTP

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

Source from the content-addressed store, hash-verified

158
159class TestDataSourceExists:
160 def test_ValidHTTP(self, tmp_path):
161 ds = datasource.DataSource(tmp_path)
162 assert_(ds.exists(valid_httpurl()))
163
164 def test_InvalidHTTP(self, tmp_path):
165 ds = datasource.DataSource(tmp_path)

Callers

nothing calls this directly

Calls 3

existsMethod · 0.95
assert_Function · 0.90
valid_httpurlFunction · 0.85

Tested by

no test coverage detected