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

Method test_list_various

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

Source from the content-addressed store, hash-verified

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"}],
222 "vector<AnyValue>")
223
224 def test_tuple(self):
225 self.check_inexact_conversion((True, "spam", 3, 4.), "vector<AnyValue>")

Callers

nothing calls this directly

Calls 1

check_conversionMethod · 0.95

Tested by

no test coverage detected