MCPcopy Create free account
hub / github.com/Cantera/cantera / test_unconvertible2

Method test_unconvertible2

test/python/test_utils.py:263–264  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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')

Callers

nothing calls this directly

Calls 1

check_raisesMethod · 0.95

Tested by

no test coverage detected