forked from orbit-oss/flask
Added tests for the import hook and fixed a problem with it.
This commit is contained in:
parent
8f85a3b0d1
commit
c72ca16234
5 changed files with 89 additions and 16 deletions
|
|
@ -0,0 +1 @@
|
|||
ext_id = 'newext_package'
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
def test_function():
|
||||
return 42
|
||||
1
flask/testsuite/test_apps/flask_newext_simple.py
Normal file
1
flask/testsuite/test_apps/flask_newext_simple.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
ext_id = 'newext_simple'
|
||||
Loading…
Add table
Add a link
Reference in a new issue