Merge pull request #2191 from SergioDS/master

Updated documentation for being able to use init_db method
This commit is contained in:
David Lord 2017-04-21 11:45:16 -07:00 committed by GitHub
commit f22da31e7f

View file

@ -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