(self, client)
| 84 | |
| 85 | @connect |
| 86 | def test_get_root_children(self, client): |
| 87 | root = client.get_root_node() |
| 88 | childs = root.get_children() |
| 89 | self.assertTrue(len(childs) > 2) |
| 90 | |
| 91 | @connect |
| 92 | def test_get_namespace_array(self, client): |
nothing calls this directly
no test coverage detected