[MIG] base_external_system: Migration to 15.0

This commit is contained in:
Cesar Andres Sanchez
2022-07-14 00:00:17 +02:00
committed by Pedro M. Baeza
parent 2f3f56d476
commit f46233eb16
5 changed files with 14 additions and 9 deletions

View File

@@ -16,8 +16,9 @@ class TestExternalSystemOs(Common):
@classmethod
def tearDownClass(cls):
"""Set the working dir back to origin, just in case."""
super(TestExternalSystemOs, cls).tearDownClass()
result = super(TestExternalSystemOs, cls).tearDownClass()
os.chdir(cls.working_dir)
return result
def setUp(self):
super(TestExternalSystemOs, self).setUp()