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