1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00
This commit is contained in:
deadc0de6
2023-02-06 14:46:28 +01:00
committed by deadc0de
parent 6404c277ef
commit 8d478e458d

View File

@@ -69,6 +69,7 @@ class TestConfig(SubsetTestCase):
create=self.CONFIG_CREATE)
cfg = Cfg(confpath, debug=True)
with self.assertRaises(YamlException):
# pylint: disable=W0212
cfg._resolve_dotfile_link('fake')
def test_def_link(self):