Remove fake extensions from test_apps
This commit is contained in:
parent
4ea4ea7f93
commit
b88a837674
10 changed files with 87 additions and 47 deletions
|
|
@ -1,2 +0,0 @@
|
|||
import flask.ext.broken.b
|
||||
import missing_module
|
||||
|
|
@ -1 +0,0 @@
|
|||
ext_id = 'newext_package'
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
def test_function():
|
||||
return 42
|
||||
|
|
@ -1 +0,0 @@
|
|||
ext_id = 'newext_simple'
|
||||
|
|
@ -1 +0,0 @@
|
|||
ext_id = 'oldext_package'
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
def test_function():
|
||||
return 42
|
||||
|
|
@ -1 +0,0 @@
|
|||
ext_id = 'oldext_simple'
|
||||
Loading…
Add table
Add a link
Reference in a new issue