flask/tests/test_apps/cliapp/app.py
Jannis Leidel 88500f5cc7 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

5 lines
108 B
Python

from __future__ import absolute_import, print_function
from flask import Flask
testapp = Flask('testapp')