1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

improve tests

This commit is contained in:
deadc0de6
2017-09-09 10:46:37 +02:00
parent a67d964f05
commit 9c4a846172
5 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import yaml
from dotdrop.config import Cfg
from dotdrop.dotdrop import importer
from dotdrop.dotdrop import compare
from dotdrop.dotfile import Dotfile
from dotdrop.installer import Installer
from dotdrop.templategen import Templategen
@@ -133,6 +134,8 @@ class TestCompare(unittest.TestCase):
results = self.compare(opts, conf, tmp, len(dfiles))
self.assertTrue(results == expected)
compare(opts, conf, tmp)
def main():
unittest.main()