forked from orbit-oss/flask
Remove more test_apps
This commit is contained in:
parent
b88a837674
commit
a00ccdce94
2 changed files with 2 additions and 3 deletions
|
|
@ -1,2 +0,0 @@
|
||||||
# TestNoImports
|
|
||||||
raise NotImplementedError
|
|
||||||
|
|
@ -577,7 +577,8 @@ class TestNoImports(object):
|
||||||
imp modules in the Python standard library.
|
imp modules in the Python standard library.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def test_name_with_import_error(self):
|
def test_name_with_import_error(self, apps_tmpdir):
|
||||||
|
apps_tmpdir.join('importerror.py').write('raise NotImplementedError()')
|
||||||
try:
|
try:
|
||||||
flask.Flask('importerror')
|
flask.Flask('importerror')
|
||||||
except NotImplementedError:
|
except NotImplementedError:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue