MCPcopy
hub / github.com/deadc0de6/dotdrop / test_update_path

Method test_update_path

tests/test_misc.py:153–156  ·  view source on GitHub ↗

coverage for update_path

(self)

Source from the content-addressed store, hash-verified

151 """test case"""
152
153 def test_update_path(self):
154 """coverage for update_path"""
155 upd = Updater('path', {}, None, 'profile')
156 self.assertFalse(upd.update_path('/a/b/c/d'))
157
158
159class TestInstaller(unittest.TestCase):

Callers

nothing calls this directly

Calls 2

update_pathMethod · 0.95
UpdaterClass · 0.90

Tested by

no test coverage detected