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

Method test_list_bool

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

Source from the content-addressed store, hash-verified

215 self.check_conversion([1., 2., 3.], "vector<double>")
216
217 def test_list_bool(self):
218 self.check_conversion([True, False], "vector<bool>")
219
220 def test_list_various(self):
221 self.check_conversion([True, "spam", 3, 4., {"foo": "bar"}],

Callers

nothing calls this directly

Calls 1

check_conversionMethod · 0.95

Tested by

no test coverage detected