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

Method setUp

tables/tests/test_basics.py:80–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78class OpenFileTestCase(common.TempFileMixin, common.PyTablesTestCase):
79
80 def setUp(self):
81 super().setUp()
82 self.populateFile()
83
84 def populateFile(self):
85 root = self.h5file.root

Callers

nothing calls this directly

Calls 2

populateFileMethod · 0.95
setUpMethod · 0.45

Tested by

no test coverage detected