(self)
| 1028 | await client.close() |
| 1029 | |
| 1030 | async def test_getters(self): |
| 1031 | await async_wait_until( |
| 1032 | lambda: async_client_context.nodes == self.client.nodes, "find all nodes" |
| 1033 | ) |
| 1034 | |
| 1035 | async def test_list_databases(self): |
| 1036 | cmd_docs = (await self.client.admin.command("listDatabases"))["databases"] |
nothing calls this directly
no test coverage detected