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

Method setUp

tables/tests/test_links.py:14–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12class HardLinkTestCase(common.TempFileMixin, common.PyTablesTestCase):
13
14 def setUp(self):
15 super().setUp()
16 self._createFile()
17
18 def _createFile(self):
19 self.h5file.create_array("/", "arr1", [1, 2])

Callers 2

setUpMethod · 0.45
setUpMethod · 0.45

Calls 1

_createFileMethod · 0.95

Tested by

no test coverage detected