mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-15 17:20:05 +00:00
do not remove ~/.config during tests
This commit is contained in:
@@ -52,7 +52,6 @@ class TestCompare(unittest.TestCase):
|
|||||||
# setup some folders
|
# setup some folders
|
||||||
fold_config = os.path.join(os.path.expanduser('~'), '.config')
|
fold_config = os.path.join(os.path.expanduser('~'), '.config')
|
||||||
create_dir(fold_config)
|
create_dir(fold_config)
|
||||||
self.addCleanup(clean, fold_config)
|
|
||||||
fold_subcfg = os.path.join(os.path.expanduser('~'), '.config',
|
fold_subcfg = os.path.join(os.path.expanduser('~'), '.config',
|
||||||
get_string(5))
|
get_string(5))
|
||||||
create_dir(fold_subcfg)
|
create_dir(fold_subcfg)
|
||||||
|
|||||||
Reference in New Issue
Block a user