Skip to content

Commit

Permalink
Added missing os import.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Apr 20, 2010
1 parent 3053fcd commit f6b9efc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/testing.rst
Expand Up @@ -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):
Expand Down

0 comments on commit f6b9efc

Please sign in to comment.