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

Method setUp

tables/tests/test_tree.py:1189–1192  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1187 filters = tb.Filters(complevel=4) # simply non-default
1188
1189 def setUp(self):
1190 super().setUp()
1191 self.h5file.create_array("/", "array", [1])
1192 self.h5file.create_group("/", "group", filters=self.filters)
1193
1194 def test01_inside(self):
1195 """Placing a node inside a nonexistent child of itself."""

Callers

nothing calls this directly

Calls 3

create_groupMethod · 0.80
setUpMethod · 0.45
create_arrayMethod · 0.45

Tested by

no test coverage detected