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

Method setUp

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

Source from the content-addressed store, hash-verified

95class 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])

Callers

nothing calls this directly

Calls 2

_createFileMethod · 0.95
setUpMethod · 0.45

Tested by

no test coverage detected