Tests: remove temporary folder when module not found.

This commit is contained in:
Andrey Zelenkov
2018-01-10 19:41:53 +03:00
parent e8aada94de
commit 138727ec46

View File

@@ -47,6 +47,7 @@ class TestUnit(unittest.TestCase):
ret = module ret = module
self._stop() self._stop()
shutil.rmtree(self.testdir)
return ret return ret