summaryrefslogtreecommitdiff
path: root/heatclient/tests/functional
diff options
context:
space:
mode:
authorricolin <rico.l@inwinstack.com>2015-11-15 21:34:22 +0800
committerricolin <rico.l@inwinstack.com>2015-11-16 23:34:57 +0800
commit47cbec7ff5dbad0c467e29648c86d1443e0b3c4e (patch)
treea06bf7023a52bb6cac7d87aafa2592aa6a4b6de2 /heatclient/tests/functional
parentb4690a2f80f25480547d31bcf64f733b2219c134 (diff)
downloadpython-heatclient-47cbec7ff5dbad0c467e29648c86d1443e0b3c4e.tar.gz
Enable pep8 H405 tests
Enabled H405 multi line docstring summary not separated with an empty line in tox testing. Change-Id: I89d063133154ae343315872b677fa06cc901cf3b
Diffstat (limited to 'heatclient/tests/functional')
-rw-r--r--heatclient/tests/functional/base.py2
-rw-r--r--heatclient/tests/functional/test_readonly_heat.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/heatclient/tests/functional/base.py b/heatclient/tests/functional/base.py
index 2f83341..44718ca 100644
--- a/heatclient/tests/functional/base.py
+++ b/heatclient/tests/functional/base.py
@@ -17,8 +17,8 @@ from tempest_lib.cli import base
class ClientTestBase(base.ClientTestBase):
"""This is a first pass at a simple read only python-heatclient test.
- This only exercises client commands that are read only.
+ This only exercises client commands that are read only.
This should test commands:
* as a regular user
* as a admin user
diff --git a/heatclient/tests/functional/test_readonly_heat.py b/heatclient/tests/functional/test_readonly_heat.py
index 84fe049..9ccb477 100644
--- a/heatclient/tests/functional/test_readonly_heat.py
+++ b/heatclient/tests/functional/test_readonly_heat.py
@@ -21,6 +21,7 @@ from heatclient.tests.functional import base
class SimpleReadOnlyHeatClientTest(base.ClientTestBase):
"""Basic, read-only tests for Heat CLI client.
+
Basic smoke test for the heat CLI commands which do not require
creating or modifying stacks.
"""