diff options
Diffstat (limited to 'src/leap/common')
| -rw-r--r-- | src/leap/common/testing/test_basetest.py | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/src/leap/common/testing/test_basetest.py b/src/leap/common/testing/test_basetest.py index cf0962d..ec42a62 100644 --- 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""" | 
