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

Method setUp

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

Source from the content-addressed store, hash-verified

6953
6954class DerivedTableTestCase(common.TempFileMixin, common.PyTablesTestCase):
6955 def setUp(self):
6956 super().setUp()
6957 self.h5file.create_table("/", "original", Record)
6958
6959 def test00(self):
6960 """Deriving a table from the description of another."""

Callers

nothing calls this directly

Calls 2

setUpMethod · 0.45
create_tableMethod · 0.45

Tested by

no test coverage detected