Browse Source

Merge branch 'master' of github.com:mitsuhiko/flask

pull/727/head
Armin Ronacher 12 years ago
parent
commit
1c2dddb355
  1. 2
      docs/testing.rst

2
docs/testing.rst

@ -102,7 +102,7 @@ test method to our class, like this::
def tearDown(self):
os.close(self.db_fd)
os.unlink(flaskr.DATABASE)
os.unlink(flaskr.app.config['DATABASE'])
def test_empty_db(self):
rv = self.app.get('/')

Loading…
Cancel
Save