coverage for update_path
(self)
| 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 | |
| 159 | class TestInstaller(unittest.TestCase): |
nothing calls this directly
no test coverage detected