Skip to content

Commit f22da31

Browse files
authored
Merge pull request pallets#2191 from SergioDS/master
Updated documentation for being able to use init_db method
2 parents 9b892e2 + af11098 commit f22da31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In order to test the application, we add a second module
3333
(:file:`flaskr_tests.py`) and create a unittest skeleton there::
3434

3535
import os
36-
import flaskr
36+
from flaskr import flaskr
3737
import unittest
3838
import tempfile
3939

0 commit comments

Comments
 (0)