From 138727ec46d98ed6505123e1dfe419b8864ad36f Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Wed, 10 Jan 2018 19:41:53 +0300 Subject: Tests: remove temporary folder when module not found. --- test/unit.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit.py') diff --git a/test/unit.py b/test/unit.py index 0860d134..6b567d10 100644 --- a/test/unit.py +++ b/test/unit.py @@ -47,6 +47,7 @@ class TestUnit(unittest.TestCase): ret = module self._stop() + shutil.rmtree(self.testdir) return ret -- cgit