projects
/
leap_pycommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8d54bd
)
[tests] fix initialization of basetest case
author
Kali Kaneko
<kali@leap.se>
Thu, 23 Jul 2015 20:36:12 +0000
(16:36 -0400)
committer
Kali Kaneko
<kali@leap.se>
Thu, 23 Jul 2015 20:36:12 +0000
(16:36 -0400)
src/leap/common/testing/test_basetest.py
patch
|
blob
|
history
diff --git
a/src/leap/common/testing/test_basetest.py
b/src/leap/common/testing/test_basetest.py
index
cf0962d
..
ec42a62
100644
(file)
--- a/
src/leap/common/testing/test_basetest.py
+++ b/
src/leap/common/testing/test_basetest.py
@@
-83,12
+83,10
@@
class TestInitBaseLeapTest(BaseLeapTest):
"""
def setUp(self):
- """nuke it"""
- pass
+ self.setUpEnv()
def tearDown(self):
- """nuke it"""
- pass
+ self.tearDownEnv()
def test_path_is_changed(self):
"""tests whether we have changed the PATH env var"""