forked from orbit-oss/flask
parent
c5900a1adf
commit
92f63a1c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ from flask.cli import AppGroup, FlaskGroup, NoAppException, ScriptInfo, \
|
||||||
|
|
||||||
|
|
||||||
def test_cli_name(test_apps):
|
def test_cli_name(test_apps):
|
||||||
"Make sure the CLI object's name is the app's name and not the app itself"
|
"""Make sure the CLI object's name is the app's name and not the app itself"""
|
||||||
from cliapp.app import testapp
|
from cliapp.app import testapp
|
||||||
assert testapp.cli.name == testapp.name
|
assert testapp.cli.name == testapp.name
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue