(self, test_function, timeout=60, check_interval=0.05)
| 859 | self.setmocktime(self.mocktime) |
| 860 | |
| 861 | def wait_until(self, test_function, timeout=60, check_interval=0.05): |
| 862 | return wait_until_helper_internal(test_function, timeout=timeout, timeout_factor=self.timeout_factor, check_interval=check_interval) |
| 863 | |
| 864 | class TestNodeCLIAttr: |
| 865 | def __init__(self, cli, command): |
no test coverage detected