MCPcopy Create free account
hub / github.com/PyTables/PyTables / test_newFile

Method test_newFile

tables/tests/test_create.py:1758–1760  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1756 self.assertTrue(Path(self.h5fname).is_file())
1757
1758 def test_newFile(self):
1759 self.assertIsInstance(self.h5file, tb.File)
1760 self.assertIsFile()
1761
1762 def test_readFile(self):
1763 self.h5file.close()

Callers

nothing calls this directly

Calls 1

assertIsFileMethod · 0.95

Tested by

no test coverage detected