Revised the documentation for digest_auth parameter of the open method in the test client, to be clear.

This commit is contained in:
依瑪貓 2022-12-07 18:59:41 +08:00
parent 514e9255aa
commit a07118ef9c

View File

@ -88,7 +88,7 @@ class Client(WerkzeugClient):
"""Opens a request. """Opens a request.
:param args: The arguments. :param args: The arguments.
:param digest_auth: A tuple of the username and password for the HTTP :param digest_auth: The (*username*, *password*) tuple for the HTTP
digest authentication. digest authentication.
:param kwargs: The keyword arguments. :param kwargs: The keyword arguments.
:return: The response. :return: The response.