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

Method setUp

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

Source from the content-addressed store, hash-verified

2091 return Path(tempfile.mktemp(suffix=".h5"))
2092
2093 def setUp(self):
2094 super().setUp()
2095
2096 self.test = self.h5file.create_array("/", "test", [1, 2])
2097
2098 # So as to check the reading
2099 self._reopen()
2100
2101 def test01(self):
2102 """Checking creating a file with a PathLike object as the filename."""

Callers

nothing calls this directly

Calls 3

setUpMethod · 0.45
create_arrayMethod · 0.45
_reopenMethod · 0.45

Tested by

no test coverage detected