forked from orbit-oss/flask
* 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.
5 lines
108 B
Python
5 lines
108 B
Python
from __future__ import absolute_import, print_function
|
|
|
|
from flask import Flask
|
|
|
|
testapp = Flask('testapp')
|