(self, conn)
| 413 | conn.read_response.assert_not_called() |
| 414 | |
| 415 | def clear(self, conn): |
| 416 | conn.retry_on_error.clear() |
| 417 | |
| 418 | def test_retry_connect_on_timeout_error(self): |
| 419 | """Test that the _connect function is retried in case of a timeout""" |
no outgoing calls
no test coverage detected