Method summary
- setUp(self)
- test_ancestors(self)
- test_basic_vtk(self)
- test_builtin(self)
- test_level(self)
- test_parent_child(self)
- test_tree(self)
Methods
- setUp(self)
- test_ancestors(self)
Check if get_ancestors is OK.
- test_basic_vtk(self)
Basic tests for the VTK module.
- test_builtin(self)
Check if tree structure for __builtin__ works.
- test_level(self)
Check the node levels.
- test_parent_child(self)
Check if the node's parent and children are correct.
- test_tree(self)
Check the tree structure.