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

Method test_list_int

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

Source from the content-addressed store, hash-verified

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>")
213
214 def test_list_float(self):
215 self.check_conversion([1., 2., 3.], "vector<double>")

Callers

nothing calls this directly

Calls 1

check_conversionMethod · 0.95

Tested by

no test coverage detected