(self)
| 28 | merge.DataBag.DPATH = "." |
| 29 | |
| 30 | def test_init(self): |
| 31 | csconfig = CsConfig() |
| 32 | csconfig.cmdline() |
| 33 | csip = CsIP("eth0", csconfig) |
| 34 | csapp = CsApp(csip) |
| 35 | self.assertTrue(csapp is not None) |
| 36 | |
| 37 | |
| 38 | if __name__ == '__main__': |
nothing calls this directly
no test coverage detected