commit 5f898d1da91ecfc79a37d7c91c49d41a7b534c39 parent ede1546fa1ddff6db239f27fae51d23029287008 Author: lash <dev@holbrook.no> Date: Mon, 7 Nov 2022 09:53:41 +0000 Reinstate store tmpdir teardown Diffstat:
M | tests/test_store.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test_store.py b/tests/test_store.py @@ -38,7 +38,7 @@ class TestStore(unittest.TestCase): def tearDown(self): - #shutil.rmtree(self.d) + shutil.rmtree(self.d) pass