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

Method assertIsFile

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

Source from the content-addressed store, hash-verified

1753 )
1754
1755 def assertIsFile(self):
1756 self.assertTrue(Path(self.h5fname).is_file())
1757
1758 def test_newFile(self):
1759 self.assertIsInstance(self.h5file, tb.File)

Callers 4

test_newFileMethod · 0.95
test_readFileMethod · 0.95
test_openFileAMethod · 0.95
test_openFileRWMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected