(self, kwarg)
| 171 | {'kind': poly.Chebyshev}, |
| 172 | )) |
| 173 | def test_convert(self, kwarg): |
| 174 | other = self.p.convert(**kwarg) |
| 175 | assert_equal(other.symbol, 'z') |
| 176 | |
| 177 | def test_integ(self): |
| 178 | other = self.p.integ() |
nothing calls this directly
no test coverage detected