(self, client)
| 90 | |
| 91 | @connect |
| 92 | def test_get_namespace_array(self, client): |
| 93 | array = client.get_namespace_array() |
| 94 | self.assertTrue(len(array) > 0) |
| 95 | |
| 96 | @connect |
| 97 | def test_get_server_node(self, client): |
nothing calls this directly
no test coverage detected