robotframework-requests
robotframework-requests copied to clipboard
Inaccurate timeout kwarg description or incorrect handing of it
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?
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.