Fixed a whole bunch of resource warnings in the flask testsuite
This commit is contained in:
parent
47572c5b40
commit
eb622fb34f
3 changed files with 22 additions and 0 deletions
|
|
@ -793,6 +793,7 @@ class BasicFunctionalityTestCase(FlaskTestCase):
|
|||
with app.test_request_context():
|
||||
self.assert_equal(flask.url_for('static', filename='index.html'),
|
||||
'/static/index.html')
|
||||
rv.close()
|
||||
|
||||
def test_none_response(self):
|
||||
app = flask.Flask(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue