From 3a3e47aeee74a70f0d79360d25b8002b35c08d19 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 15 Mar 2017 22:00:40 +0100 Subject: [PATCH] do not remove ~/.config during tests --- tests/test_compare.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_compare.py b/tests/test_compare.py index 0b71b54..bce587f 100644 --- a/tests/test_compare.py +++ b/tests/test_compare.py @@ -52,7 +52,6 @@ class TestCompare(unittest.TestCase): # setup some folders fold_config = os.path.join(os.path.expanduser('~'), '.config') create_dir(fold_config) - self.addCleanup(clean, fold_config) fold_subcfg = os.path.join(os.path.expanduser('~'), '.config', get_string(5)) create_dir(fold_subcfg)