aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core/testcase.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-04-18 09:39:52 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-04-18 12:01:33 +0200
commit284aeae6890c455c43ea8e841db9f8d1f3cf46e2 (patch)
tree92c756c01ef14827791dcf54fbd31a02ca6012e8 /functest/core/testcase.py
parentd56468b230c53f8fd9327cd73e0d270d3d73c3d9 (diff)
Add docstings in feature.py
It also modifies the testcase module docstring. Now features.py is rated 10/10 by pylint. Change-Id: I83f2ac385b2a713d116c1ae4b49ba9cc9b26a83c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/core/testcase.py')
-rw-r--r--functest/core/testcase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/core/testcase.py b/functest/core/testcase.py
index b675a482f..472d847ab 100644
--- a/functest/core/testcase.py
+++ b/functest/core/testcase.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 Functest TestCase."""
+"""Define the parent class of all Functest TestCases."""
import os