(self, path='')
| 98 | """Test that IdleUserConfParser works""" |
| 99 | |
| 100 | def new_parser(self, path=''): |
| 101 | return config.IdleUserConfParser(path) |
| 102 | |
| 103 | def test_set_option(self): |
| 104 | parser = self.new_parser() |
no outgoing calls
no test coverage detected