Added missing os import.
This commit is contained in:
parent
3053fcdb0d
commit
f6b9efc1e9
1 changed files with 2 additions and 1 deletions
|
|
@ -35,8 +35,9 @@ The Testing Skeleton
|
||||||
In order to test that, we add a second module (
|
In order to test that, we add a second module (
|
||||||
`flaskr_tests.py`) and create a unittest skeleton there::
|
`flaskr_tests.py`) and create a unittest skeleton there::
|
||||||
|
|
||||||
import unittest
|
import os
|
||||||
import flaskr
|
import flaskr
|
||||||
|
import unittest
|
||||||
import tempfile
|
import tempfile
|
||||||
|
|
||||||
class FlaskrTestCase(unittest.TestCase):
|
class FlaskrTestCase(unittest.TestCase):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue