Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ test_get_nbs_classes
Function
test_get_nbs_classes
src/bsdd/tests/test_bsdd.py:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
26
27
def
test_get_nbs_classes():
28
nbs_classes = get_nbs_classes()
29
assert
"Ac"
in [l[
"code"
]
for
l in nbs_classes[
"classes"
]]
30
31
32
def
test_get_class():
Callers
nothing calls this directly
Calls
1
get_nbs_classes
Function · 0.85
Tested by
no test coverage detected