(self)
| 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() |
nothing calls this directly
no test coverage detected