diff options
-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. |