Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a28e2b4
)
Fix a typo in docstring
51/35551/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 30 May 2017 17:32:26 +0000
(19:32 +0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 30 May 2017 17:32:26 +0000
(19:32 +0200)
Change-Id: Ie03004474658bd3317a9be8a6b00f5bda1133f2c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/core/testcase.py
patch
|
blob
|
history
diff --git
a/functest/core/testcase.py
b/functest/core/testcase.py
index
50ca2ce
..
a7dc47c
100644
(file)
--- 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 environ
e
ment before running test.
+ """Save the testing environment before running test.
It can be overriden if resources must be listed running the
test case.