Creation of a large depth object tree.
(self)
| 752 | print() # This flush the stdout buffer |
| 753 | |
| 754 | def test00_deepTree(self): |
| 755 | """Creation of a large depth object tree.""" |
| 756 | |
| 757 | self._check_tree(self.h5fname) |
| 758 | |
| 759 | def test01a_copyDeepTree(self): |
| 760 | """Copy of a large depth object tree.""" |
nothing calls this directly
no test coverage detected