forked from orbit-oss/flask
Added tests for old imports
This commit is contained in:
parent
80bd6949a6
commit
f80bfcaa28
5 changed files with 32 additions and 5 deletions
0
flask/testsuite/test_apps/flaskext/__init__.py
Normal file
0
flask/testsuite/test_apps/flaskext/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
ext_id = 'oldext_package'
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
def test_function():
|
||||
return 42
|
||||
1
flask/testsuite/test_apps/flaskext/oldext_simple.py
Normal file
1
flask/testsuite/test_apps/flaskext/oldext_simple.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
ext_id = 'oldext_simple'
|
||||
Loading…
Add table
Add a link
Reference in a new issue