diff options
author | valentin boucher <valentin.boucher@orange.com> | 2017-05-24 09:21:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-24 09:21:58 +0000 |
commit | def004b361002a71222439aea98143db1a99c4fe (patch) | |
tree | 07b720c0103ff00e63a0e6a0c0de5a6a1d43e439 /functest/core/feature.py | |
parent | 7c99fedf61ceba4a045b85dc8f4c889e86900f7f (diff) | |
parent | 8bec0314e40e23a0f2f3f6b3b183acd54fa51b99 (diff) |
Merge "Add docstrings in unit"
Diffstat (limited to 'functest/core/feature.py')
-rw-r--r-- | functest/core/feature.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/core/feature.py b/functest/core/feature.py index 140c9bb2..d53eb7d0 100644 --- a/functest/core/feature.py +++ b/functest/core/feature.py @@ -7,7 +7,7 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 -"""Define the parent class of all Functest Features. +"""Define the parent classes of all Functest Features. Feature is considered as TestCase offered by Third-party. It offers helpers to run any python method or any bash command. |