1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

do not remove ~/.config during tests

This commit is contained in:
deadc0de6
2017-03-15 22:00:40 +01:00
parent 9850714064
commit 3a3e47aeee

View File

@@ -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)