summaryrefslogtreecommitdiffstats
path: root/functest/core/feature.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-04-21 11:55:36 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-04-21 11:55:36 +0200
commitb1b15c970e0be65b04a94ed9ac2afcbc63a7f901 (patch)
tree5d1d4df0a8110ed066f2ea780a5decea4d48fea2 /functest/core/feature.py
parent96481540320550457181696c43a0e2fa34b9273d (diff)
Switch testcase to test case in docstrings
Change-Id: Iea64673788a3d5ab5eb3028522f659de183440ed Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/core/feature.py')
-rw-r--r--functest/core/feature.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/core/feature.py b/functest/core/feature.py
index d8ddbdebc..5f8a0873f 100644
--- a/functest/core/feature.py
+++ b/functest/core/feature.py
@@ -25,7 +25,7 @@ __author__ = ("Serena Feng <feng.xiaowei@zte.com.cn>, "
class Feature(base.TestCase):
- """Base model for single Functest feature."""
+ """Base model for single feature."""
def __init__(self, **kwargs):
super(Feature, self).__init__(**kwargs)