(self)
| 30 | # @mock.patch('cs.CsDhcp.CsHelper') |
| 31 | # @mock.patch('cs.CsDhcp.CsDnsMasq') |
| 32 | def test_init(self): |
| 33 | csdhcp = CsDhcp("dhcpentry", {}) |
| 34 | self.assertTrue(csdhcp is not None) |
| 35 | |
| 36 | |
| 37 | if __name__ == '__main__': |
nothing calls this directly
no test coverage detected