Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ test_scalar_string
Method
test_scalar_string
test/python/test_utils.py:196–197 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
194
self.check_conversion({})
195
196
def
test_scalar_string(self):
197
self.check_conversion(
"spam"
,
"string"
)
198
199
def
test_scalar_int(self):
200
self.check_conversion(3,
"long int"
)
Callers
nothing calls this directly
Calls
1
check_conversion
Method · 0.95
Tested by
no test coverage detected