mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 08:39:15 +00:00
linting
This commit is contained in:
@@ -69,6 +69,7 @@ class TestConfig(SubsetTestCase):
|
|||||||
create=self.CONFIG_CREATE)
|
create=self.CONFIG_CREATE)
|
||||||
cfg = Cfg(confpath, debug=True)
|
cfg = Cfg(confpath, debug=True)
|
||||||
with self.assertRaises(YamlException):
|
with self.assertRaises(YamlException):
|
||||||
|
# pylint: disable=W0212
|
||||||
cfg._resolve_dotfile_link('fake')
|
cfg._resolve_dotfile_link('fake')
|
||||||
|
|
||||||
def test_def_link(self):
|
def test_def_link(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user