()
| 15 | |
| 16 | |
| 17 | def 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 | |
| 22 | def test_get_ifc_classes(): |
nothing calls this directly
no test coverage detected