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

Method setUp

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

Source from the content-addressed store, hash-verified

2208 return tempfile.mktemp(prefix=self._getName())
2209
2210 def setUp(self):
2211 super().setUp()
2212
2213 self.h5fnames = [
2214 self.h5fname + self.DRIVER_PARAMS[k]
2215 for k in ("driver_split_meta_ext", "driver_split_raw_ext")
2216 ]
2217
2218 def tearDown(self):
2219 self.h5file.close()

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected