Browse Source

fix docstring (#1818)

change string to docstring
pull/1819/head
dataforger 9 years ago committed by Markus Unterwaditzer
parent
commit
92f63a1c1d
  1. 2
      tests/test_cli.py

2
tests/test_cli.py

@ -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…
Cancel
Save