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