diff --git a/docs/testing.rst b/docs/testing.rst index eb4397a2..219825ea 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -35,8 +35,9 @@ The Testing Skeleton In order to test that, we add a second module ( `flaskr_tests.py`) and create a unittest skeleton there:: - import unittest + import os import flaskr + import unittest import tempfile class FlaskrTestCase(unittest.TestCase):