(self)
| 1003 | client.close() |
| 1004 | |
| 1005 | def test_getters(self): |
| 1006 | wait_until(lambda: client_context.nodes == self.client.nodes, "find all nodes") |
| 1007 | |
| 1008 | def test_list_databases(self): |
| 1009 | cmd_docs = (self.client.admin.command("listDatabases"))["databases"] |
nothing calls this directly
no test coverage detected