mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
small addition to 14dbe121f
This commit is contained in:
@@ -38,6 +38,8 @@ class TestGeomSettings:
|
||||
settings.get(settings.USE_PYTHON_OPENCASCADE)
|
||||
with pytest.raises(RuntimeError):
|
||||
settings.get("use-python-opencascade")
|
||||
with pytest.raises(RuntimeError):
|
||||
settings.set("use-python-opencascade", True)
|
||||
assert "USE_PYTHON_OPENCASCADE" not in repr(settings)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user