forked from orbit-oss/flask
Merge pull request #2191 from SergioDS/master
Updated documentation for being able to use init_db method
This commit is contained in:
commit
f22da31e7f
1 changed files with 1 additions and 1 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::
|
(:file:`flaskr_tests.py`) and create a unittest skeleton there::
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import flaskr
|
from flaskr import flaskr
|
||||||
import unittest
|
import unittest
|
||||||
import tempfile
|
import tempfile
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue