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

Method test_scalar_bool

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

Source from the content-addressed store, hash-verified

203 self.check_conversion(3.1415, "double")
204
205 def test_scalar_bool(self):
206 self.check_conversion(True, "bool")
207
208 def test_list_string(self):
209 self.check_conversion(["spam", "eggs"], "vector<string>")

Callers

nothing calls this directly

Calls 1

check_conversionMethod · 0.95

Tested by

no test coverage detected