This website requires JavaScript.
Explore
Help
Sign in
maya-chen
/
flask
Watch
1
Star
0
Fork
You've already forked flask
0
forked from
orbit-oss/flask
Code
Pull requests
Activity
08d3185e87
flask
/
tests
/
test_apps
/
cliapp
/
app.py
4 lines
52 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
testapp
=
Flask
(
"
testapp
"
)
Copy permalink