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

Method test08_remove

tables/tests/test_tree.py:1171–1176  ·  view source on GitHub ↗

Removing a visible group with hidden children.

(self)

Source from the content-addressed store, hash-verified

1169 self.assertFalse(is_visible_node("/_p_g/a"))
1170
1171 def test08_remove(self):
1172 """Removing a visible group with hidden children."""
1173
1174 self.assertIn("/g/_p_a", self.h5file)
1175 self.h5file.root.g._f_remove(recursive=True)
1176 self.assertNotIn("/g/_p_a", self.h5file)
1177
1178
1179class CreateParentsTestCase(common.TempFileMixin, common.PyTablesTestCase):

Callers

nothing calls this directly

Calls 1

_f_removeMethod · 0.45

Tested by

no test coverage detected