Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ test_string
Method
test_string
src/ifcedit/tests/test_run.py:76–77 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
74
assert serialize_result(None) is None
75
76
def
test_string(self):
77
assert serialize_result(
"hello"
) ==
"hello"
78
79
def
test_int(self):
80
assert serialize_result(42) == 42
Callers
nothing calls this directly
Calls
1
serialize_result
Function · 0.90
Tested by
no test coverage detected