MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / test_get_dictionary

Function test_get_dictionary

src/bsdd/tests/test_bsdd.py:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17def test_get_dictionary():
18 li_names = [l["name"] for l in client.get_dictionary()["dictionaries"]]
19 assert "Uniclass 2015" and "IFC" in li_names
20
21
22def test_get_ifc_classes():

Callers

nothing calls this directly

Calls 1

get_dictionaryMethod · 0.45

Tested by

no test coverage detected