1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 10:14:17 +00:00

no need for backup during tests

This commit is contained in:
deadc0de6
2017-03-15 21:39:22 +01:00
parent 46f38f7080
commit b27f579d47
2 changed files with 2 additions and 2 deletions

View File

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