Skip to content

Commit

Permalink
added missing import in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mfa committed Jun 9, 2012
1 parent c6e0c7b commit abe1aab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Expand Up @@ -34,6 +34,7 @@ First form testing
It is very simple now to test a received form by filling out.::

from flask.ext.fillin import FormWrapper
from flask.testing import FlaskClient

client = FlaskClient(flask_app, response_wrapper=FormWrapper)
response = client.get('/page_with_form')
Expand Down

0 comments on commit abe1aab

Please sign in to comment.