We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56c8bdd + 22933a8 commit b4094b3Copy full SHA for b4094b3
src/flask/app.py
@@ -366,7 +366,8 @@ class Flask(Scaffold):
366
#: .. versionadded:: 1.1.0
367
url_map_class = Map
368
369
- #: the test client that is used with when `test_client` is used.
+ #: The :meth:`test_client` method creates an instance of this test
370
+ #: client class. Defaults to :class:`~flask.testing.FlaskClient`.
371
#:
372
#: .. versionadded:: 0.7
373
test_client_class: t.Optional[t.Type["FlaskClient"]] = None
0 commit comments