mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
typing
This commit is contained in:
@@ -130,5 +130,5 @@ class TestSetActiveReference(NewFile):
|
||||
|
||||
class TestSetEditingMode(NewFile):
|
||||
def test_run(self):
|
||||
subject.set_editing_mode("FOO")
|
||||
assert bpy.context.scene.BIMLibraryProperties.editing_mode == "FOO"
|
||||
subject.set_editing_mode("LIBRARY")
|
||||
assert bpy.context.scene.BIMLibraryProperties.editing_mode == "LIBRARY"
|
||||
|
||||
Reference in New Issue
Block a user