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

Method test01_open

tables/tests/test_links.py:125–137  ·  view source on GitHub ↗

Opening a file with soft links.

(self)

Source from the content-addressed store, hash-verified

123 )
124
125 def test01_open(self):
126 """Opening a file with soft links."""
127
128 self._reopen()
129 self._checkEqualityGroup(
130 self.h5file.root.group1, self.h5file.root.lgroup1()
131 )
132 self._checkEqualityLeaf(
133 self.h5file.root.arr1, self.h5file.root.group1.larr1()
134 )
135 self._checkEqualityLeaf(
136 self.h5file.root.lgroup1().arr2, self.h5file.root.larr2()
137 )
138
139 def test02_remove(self):
140 """Removing a soft link."""

Callers

nothing calls this directly

Calls 3

_checkEqualityGroupMethod · 0.80
_checkEqualityLeafMethod · 0.80
_reopenMethod · 0.45

Tested by

no test coverage detected