summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit.py1
1 files changed, 1 insertions, 0 deletions
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