Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ test_dict
Method
test_dict
src/ifcedit/tests/test_run.py:95–97 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
93
assert all(isinstance(r, dict)
for
r in result)
94
95
def
test_dict(self):
96
result = serialize_result({
"key"
:
"value"
})
97
assert result == {
"key"
:
"value"
}
Callers
nothing calls this directly
Calls
1
serialize_result
Function · 0.90
Tested by
no test coverage detected