This website requires JavaScript.
Explore
Help
Sign in
orbit-oss
/
flask
Watch
4
Star
4
Fork
You've already forked flask
2
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
08d3185e87
flask
/
tests
/
test_apps
/
cliapp
/
multiapp.py
5 lines
67 B
Python
Raw
Normal View
History
Unescape
Escape
Forward ported CLI tests from Flask-CLI and fixed a bug with the CLI's name. (#1806) * Forward port the CLI tests from Flask-CLI. * Make sure the parameter passed to the CLI's AppGroup is the app's name, not the app itself.
2016-05-16 19:36:55 +02:00
from
flask
import
Flask
Reformat with black https://github.com/python/black
2019-05-06 15:39:41 -04:00
app1
=
Flask
(
"
app1
"
)
app2
=
Flask
(
"
app2
"
)
Reference in a new issue
Copy permalink