forked from orbit-oss/flask
Updated documentation for being able to use init_db method
This commit is contained in:
parent
dc5f48f587
commit
af11098057
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ In order to test the application, we add a second module
|
|||
(:file:`flaskr_tests.py`) and create a unittest skeleton there::
|
||||
|
||||
import os
|
||||
import flaskr
|
||||
from flaskr import flaskr
|
||||
import unittest
|
||||
import tempfile
|
||||
|
||||
|
|
@ -208,7 +208,7 @@ temporarily. With this you can access the :class:`~flask.request`,
|
|||
functions. Here is a full example that demonstrates this approach::
|
||||
|
||||
import flask
|
||||
|
||||
|
||||
app = flask.Flask(__name__)
|
||||
|
||||
with app.test_request_context('/?name=Peter'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue