Revised the documentation for digest_auth parameter of the open method in the test client, to be clear.
This commit is contained in:
		| @@ -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. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user