(self)
| 175 | self.checkModule('difflib', ignore=("Match",)) |
| 176 | |
| 177 | def test_cases(self): |
| 178 | # see test.pyclbr_input for the rationale behind the ignored symbols |
| 179 | self.checkModule('test.pyclbr_input', ignore=['om', 'f']) |
| 180 | |
| 181 | def test_nested(self): |
| 182 | mb = pyclbr |
nothing calls this directly
no test coverage detected