Tests: remove temporary folder when module not found.
This commit is contained in:
@@ -47,6 +47,7 @@ class TestUnit(unittest.TestCase):
|
||||
ret = module
|
||||
|
||||
self._stop()
|
||||
shutil.rmtree(self.testdir)
|
||||
|
||||
return ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user