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

Method test_list_string

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

Source from the content-addressed store, hash-verified

206 self.check_conversion(True, "bool")
207
208 def test_list_string(self):
209 self.check_conversion(["spam", "eggs"], "vector<string>")
210
211 def test_list_int(self):
212 self.check_conversion([1, 2, 3], "vector<long int>")

Callers

nothing calls this directly

Calls 1

check_conversionMethod · 0.95

Tested by

no test coverage detected