diff --git a/tests/test_apps/config_module_app.py b/tests/test_apps/config_module_app.py deleted file mode 100644 index 380d46bf..00000000 --- a/tests/test_apps/config_module_app.py +++ /dev/null @@ -1,4 +0,0 @@ -import os -import flask -here = os.path.abspath(os.path.dirname(__file__)) -app = flask.Flask(__name__) diff --git a/tests/test_apps/config_package_app/__init__.py b/tests/test_apps/config_package_app/__init__.py deleted file mode 100644 index 380d46bf..00000000 --- a/tests/test_apps/config_package_app/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -import os -import flask -here = os.path.abspath(os.path.dirname(__file__)) -app = flask.Flask(__name__) diff --git a/tests/test_apps/lib/python2.5/site-packages/site_app.py b/tests/test_apps/lib/python2.5/site-packages/site_app.py deleted file mode 100644 index 06271108..00000000 --- a/tests/test_apps/lib/python2.5/site-packages/site_app.py +++ /dev/null @@ -1,3 +0,0 @@ -import flask - -app = flask.Flask(__name__) diff --git a/tests/test_apps/lib/python2.5/site-packages/site_package/__init__.py b/tests/test_apps/lib/python2.5/site-packages/site_package/__init__.py deleted file mode 100644 index 06271108..00000000 --- a/tests/test_apps/lib/python2.5/site-packages/site_package/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -import flask - -app = flask.Flask(__name__) diff --git a/tests/test_apps/main_app.py b/tests/test_apps/main_app.py deleted file mode 100644 index a5f372c8..00000000 --- a/tests/test_apps/main_app.py +++ /dev/null @@ -1,4 +0,0 @@ -import flask - -# Test Flask initialization with main module. -app = flask.Flask('__main__') diff --git a/tests/test_apps/path/installed_package/__init__.py b/tests/test_apps/path/installed_package/__init__.py deleted file mode 100644 index 06271108..00000000 --- a/tests/test_apps/path/installed_package/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -import flask - -app = flask.Flask(__name__)