(self)
| 30 | self.assertTrue(self.cscmdline is not None) |
| 31 | |
| 32 | def test_idata(self): |
| 33 | self.assertTrue(self.cscmdline.idata() == {}) |
| 34 | |
| 35 | def test_is_redundant(self): |
| 36 | self.assertTrue(self.cscmdline.is_redundant() is False) |
nothing calls this directly
no test coverage detected