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