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

Method setUp

tables/tests/test_tables.py:6969–6971  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6967
6968class ChunkshapeTestCase(common.TempFileMixin, common.PyTablesTestCase):
6969 def setUp(self):
6970 super().setUp()
6971 self.h5file.create_table("/", "table", Record, chunkshape=13)
6972
6973 def test00(self):
6974 """Test setting the chunkshape in a table (no reopen)."""

Callers

nothing calls this directly

Calls 2

setUpMethod · 0.45
create_tableMethod · 0.45

Tested by

no test coverage detected