Browse Source

Merge pull request #2191 from SergioDS/master

Updated documentation for being able to use init_db method
pull/1538/merge
David Lord 8 years ago committed by GitHub
parent
commit
f22da31e7f
  1. 2
      docs/testing.rst

2
docs/testing.rst

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

Loading…
Cancel
Save