(self)
| 95 | class SoftLinkTestCase(common.TempFileMixin, common.PyTablesTestCase): |
| 96 | |
| 97 | def setUp(self): |
| 98 | super().setUp() |
| 99 | self._createFile() |
| 100 | |
| 101 | def _createFile(self): |
| 102 | self.h5file.create_array("/", "arr1", [1, 2]) |
nothing calls this directly
no test coverage detected