diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2018-02-05 14:13:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-05 14:13:19 +0000 |
commit | e0aa936b1f3526e3e519cdf9aabf9be6247c7762 (patch) | |
tree | cc4f28113cdc3fdc461a5d8338a9a718bb22a8c7 /functest/opnfv_tests/openstack/snaps/api_check.py | |
parent | 3009b15820e4eede5d52090146581c8aaf1eb0bc (diff) | |
parent | e26f3c31bc6e11fdf34e559596cb14581c21dca1 (diff) |
Merge "Add modules docstrings in snaps"
Diffstat (limited to 'functest/opnfv_tests/openstack/snaps/api_check.py')
-rw-r--r-- | functest/opnfv_tests/openstack/snaps/api_check.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/snaps/api_check.py b/functest/opnfv_tests/openstack/snaps/api_check.py index e8b9c322..b8cd4fdd 100644 --- a/functest/opnfv_tests/openstack/snaps/api_check.py +++ b/functest/opnfv_tests/openstack/snaps/api_check.py @@ -8,7 +8,7 @@ # # http://www.apache.org/licenses/LICENSE-2.0 -# pylint: disable=missing-docstring +"""api_check test case implementation""" import unittest |