1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

refactoring

This commit is contained in:
deadc0de6
2018-10-08 18:13:13 +02:00
parent c0cb08c226
commit f6db3d3866
5 changed files with 86 additions and 78 deletions

View File

@@ -9,9 +9,9 @@ import filecmp
from tests.helpers import *
from dotdrop.dotfile import Dotfile
from dotdrop.dotdrop import install
from dotdrop.installer import Installer
from dotdrop.action import Action
from dotdrop.dotdrop import cmd_install
class TestInstall(unittest.TestCase):
@@ -176,7 +176,7 @@ exec bspwm
opts['debug'] = True
opts['showdiff'] = True
opts['variables'] = {}
install(opts, conf)
cmd_install(opts, conf)
# now compare the generated files
self.assertTrue(os.path.exists(dst1))