1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 20:29:16 +00:00

allow relative workdir and fix lstrip for home

This commit is contained in:
deadc0de6
2018-12-27 09:32:08 +01:00
parent 0cb032f349
commit 8feb417ff6
8 changed files with 201 additions and 39 deletions

View File

@@ -89,7 +89,6 @@ class TestConfig(unittest.TestCase):
# test profile
opts = conf.get_settings()
print(conf.get_profiles())
profiles = conf.get_profiles()
self.assertTrue(pf1key in profiles)
self.assertTrue(pf2key in profiles)