From b27f579d472fd552fadc3e6439c8b234e749a10b Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 15 Mar 2017 21:39:22 +0100 Subject: [PATCH] no need for backup during tests --- tests/test_config.py | 2 +- tests/test_import.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_config.py b/tests/test_config.py index 552b75a..952c748 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -16,7 +16,7 @@ from tests.helpers import * class TestConfig(unittest.TestCase): - CONFIG_BACKUP = True + CONFIG_BACKUP = False CONFIG_CREATE = True CONFIG_DOTPATH = 'dotfiles' TMPSUFFIX = '.dotdrop' diff --git a/tests/test_import.py b/tests/test_import.py index efe8819..315318e 100644 --- a/tests/test_import.py +++ b/tests/test_import.py @@ -16,7 +16,7 @@ from tests.helpers import * class TestImport(unittest.TestCase): - CONFIG_BACKUP = True + CONFIG_BACKUP = False CONFIG_CREATE = True CONFIG_DOTPATH = 'dotfiles' CONFIG_NAME = 'config.yaml'