We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5900a1 commit 92f63a1Copy full SHA for 92f63a1
tests/test_cli.py
@@ -23,7 +23,7 @@
23
24
25
def test_cli_name(test_apps):
26
- "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"""
27
from cliapp.app import testapp
28
assert testapp.cli.name == testapp.name
29
0 commit comments