diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-30 19:32:26 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-30 19:32:26 +0200 |
commit | 3f6e594c59b3a9dfcae502349e1c592ee9072f43 (patch) | |
tree | 06ba066b992ca17d09a78fba0c780f917e6319d9 | |
parent | a28e2b40877f022f6cc8bbc3ad9b586ef3dd126c (diff) |
Fix a typo in docstring
Change-Id: Ie03004474658bd3317a9be8a6b00f5bda1133f2c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | functest/core/testcase.py | 2 |
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. |