Remove fake extensions from test_apps

This commit is contained in:
Markus Unterwaditzer 2014-09-04 15:05:22 +02:00
parent 4ea4ea7f93
commit b88a837674
10 changed files with 87 additions and 47 deletions

View file

@ -1,2 +0,0 @@
import flask.ext.broken.b
import missing_module

View file

@ -1 +0,0 @@
ext_id = 'newext_package'

View file

@ -1,2 +0,0 @@
def test_function():
return 42

View file

@ -1 +0,0 @@
ext_id = 'newext_simple'

View file

@ -1 +0,0 @@
ext_id = 'oldext_package'

View file

@ -1,2 +0,0 @@
def test_function():
return 42

View file

@ -1 +0,0 @@
ext_id = 'oldext_simple'