summaryrefslogtreecommitdiffstats
path: root/functest/core
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-05-30 19:32:26 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-05-30 19:32:26 +0200
commit3f6e594c59b3a9dfcae502349e1c592ee9072f43 (patch)
tree06ba066b992ca17d09a78fba0c780f917e6319d9 /functest/core
parenta28e2b40877f022f6cc8bbc3ad9b586ef3dd126c (diff)
Fix a typo in docstring
Change-Id: Ie03004474658bd3317a9be8a6b00f5bda1133f2c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/core')
-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 50ca2ce44..a7dc47c4e 100644
--- a/functest/core/testcase.py
+++ b/functest/core/testcase.py
@@ -180,7 +180,7 @@ class TestCase(object):
return TestCase.EX_PUSH_TO_DB_ERROR
def create_snapshot(self): # pylint: disable=no-self-use
- """Save the testing environement before running test.
+ """Save the testing environment before running test.
It can be overriden if resources must be listed running the
test case.