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

Method check

test/python/test_kinetics.py:1137–1139  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

1135 infile = 'duplicate-reactions.yaml'
1136
1137 def check(self, name):
1138 with pytest.raises(ct.CanteraError, match='duplicate reaction'):
1139 ct.Solution(self.infile, name)
1140
1141 def test_forward_multiple(self):
1142 self.check('A')

Calls 1

SolutionMethod · 0.80

Tested by

no test coverage detected