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

Method test_ValidFile

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

Source from the content-addressed store, hash-verified

293 del self.repos
294
295 def test_ValidFile(self):
296 # Create local temp file
297 tmpfile = valid_textfile(self.tmpdir)
298 assert_(self.repos.exists(tmpfile))
299
300 def test_InvalidFile(self):
301 tmpfile = invalid_textfile(self.tmpdir)

Callers

nothing calls this directly

Calls 3

assert_Function · 0.90
valid_textfileFunction · 0.85
existsMethod · 0.45

Tested by

no test coverage detected