Browse Source

Updated documentation for being able to use init_db method

pull/2191/head
Sergio Díaz Sánchez 8 years ago
parent
commit
af11098057
  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