robotframework-requests icon indicating copy to clipboard operation
robotframework-requests copied to clipboard

Inaccurate timeout kwarg description or incorrect handing of it

Open SX91 opened this issue 4 years ago • 1 comments

timeout is described to be either a float or tuple of two floats. Unfortunately, timeout from kwargs is passed directly to _get_timeout, which returns None or float.

Is it intentional? Or am I using the API incorrectly?

SX91 avatar Sep 28 '21 16:09 SX91

You are right currently this library is reducing the original library api only to single float variable instead of a tuple, I'll have a look into this.

lucagiove avatar Aug 07 '22 21:08 lucagiove