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

Method setUp

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

Source from the content-addressed store, hash-verified

2351 complib = "zlib" # Default compression library
2352
2353 def setUp(self):
2354 super().setUp()
2355 self.rootgroup = self.h5file.root
2356
2357 def test01a_EmptyVLArray(self):
2358 """Checking empty vlarrays with different flavors (closing the file)"""

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected