module documentation

Undocumented

Class EnvironBuilder An :class:`~werkzeug.test.EnvironBuilder`, that takes defaults from the application.
Class FlaskClient Works like a regular Werkzeug test client but has knowledge about Flask's contexts to defer the cleanup of the request context until the end of a ``with`` block. For general information about how to use this class refer to :class:`werkzeug...
Class FlaskCliRunner A :class:`~click.testing.CliRunner` for testing a Flask app's CLI commands. Typically created using :meth:`~flask.Flask.test_cli_runner`. See :ref:`testing-cli`.