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

Method setUp

tables/tests/test_vlarray.py:4259–4262  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4257
4258class VLUEndianTestCase(common.PyTablesTestCase):
4259 def setUp(self):
4260 super().setUp()
4261 self.h5fname = common.test_filename("vlunicode_endian.h5")
4262 self.h5file = tb.open_file(self.h5fname)
4263
4264 def tearDown(self):
4265 self.h5file.close()

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected