mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 20:19:46 +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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user