forked from orbit-oss/flask
allow local packages in FLASK_APP
don't require .py extension in FLASK_APP add tests for nested package loading parametrize cli loading tests
This commit is contained in:
parent
59f7966e31
commit
fb845b9032
8 changed files with 158 additions and 151 deletions
3
tests/test_apps/cliapp/inner1/__init__.py
Normal file
3
tests/test_apps/cliapp/inner1/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from flask import Flask
|
||||
|
||||
application = Flask(__name__)
|
||||
Loading…
Add table
Add a link
Reference in a new issue