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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user