(self)
| 261 | self.check_raises(object(), ct.CanteraError, "Unable to convert") |
| 262 | |
| 263 | def test_unconvertible2(self): |
| 264 | self.check_raises([3+4j, 1-2j], ct.CanteraError, "Unable to convert") |
| 265 | |
| 266 | |
| 267 | @pytest.fixture(scope='class') |
nothing calls this directly
no test coverage detected