mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 21:59:16 +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):
|
class TestConfig(unittest.TestCase):
|
||||||
|
|
||||||
CONFIG_BACKUP = True
|
CONFIG_BACKUP = False
|
||||||
CONFIG_CREATE = True
|
CONFIG_CREATE = True
|
||||||
CONFIG_DOTPATH = 'dotfiles'
|
CONFIG_DOTPATH = 'dotfiles'
|
||||||
TMPSUFFIX = '.dotdrop'
|
TMPSUFFIX = '.dotdrop'
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ from tests.helpers import *
|
|||||||
|
|
||||||
class TestImport(unittest.TestCase):
|
class TestImport(unittest.TestCase):
|
||||||
|
|
||||||
CONFIG_BACKUP = True
|
CONFIG_BACKUP = False
|
||||||
CONFIG_CREATE = True
|
CONFIG_CREATE = True
|
||||||
CONFIG_DOTPATH = 'dotfiles'
|
CONFIG_DOTPATH = 'dotfiles'
|
||||||
CONFIG_NAME = 'config.yaml'
|
CONFIG_NAME = 'config.yaml'
|
||||||
|
|||||||
Reference in New Issue
Block a user