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

Method setUp

tables/tests/test_links.py:377–382  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

375class ExternalLinkTestCase(common.TempFileMixin, common.PyTablesTestCase):
376
377 def setUp(self):
378 super().setUp()
379
380 self.extfname = tempfile.mktemp(".h5")
381 self.exth5file = tb.open_file(self.extfname, "w")
382 self._createFile()
383
384 def tearDown(self):
385 """Remove ``extfname``."""

Callers

nothing calls this directly

Calls 2

_createFileMethod · 0.95
setUpMethod · 0.45

Tested by

no test coverage detected