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

Method test_set

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

Source from the content-addressed store, hash-verified

181 self.check_conversion(None, "void")
182
183 def test_set(self):
184 # Sets are converted to lists
185 self.check_inexact_conversion({"a", "b"}, "vector<string>")
186
187 def test_empty_list(self):
188 self.check_conversion([])

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected