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

Method test_InvalidFile

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

Source from the content-addressed store, hash-verified

181 rmtree(localdir)
182
183 def test_InvalidFile(self):
184 tmpfile = invalid_textfile(self.tmpdir)
185 assert_equal(self.ds.exists(tmpfile), False)
186
187
188class TestDataSourceAbspath:

Callers

nothing calls this directly

Calls 3

assert_equalFunction · 0.90
invalid_textfileFunction · 0.85
existsMethod · 0.45

Tested by

no test coverage detected