fix docstring (#1818)

change string to docstring
This commit is contained in:
dataforger 2016-05-24 15:06:34 -04:00 committed by Markus Unterwaditzer
parent c5900a1adf
commit 92f63a1c1d

View file

@ -23,7 +23,7 @@ from flask.cli import AppGroup, FlaskGroup, NoAppException, ScriptInfo, \
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
assert testapp.cli.name == testapp.name