bsdd: warn about include_class_properties deprecation

See https://github.com/buildingSMART/bSDD/issues/149
This commit is contained in:
Andrej730
2026-07-15 13:15:01 +05:00
parent a7a7edfd27
commit f4526d152f
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ def test_get_nbs_classes():
def test_get_class():
uri_light_fixture = next(l for l in get_ifc_classes()["classes"] if "IfcLightFixture" == l["code"])["uri"]
# TODO: fix deprecation warning.
ifc4x3_light_fixture = client.get_class(uri_light_fixture)
assert "Maintenance Factor" and "Light Fixture Mounting Type" in [
l["name"] for l in ifc4x3_light_fixture["classProperties"]