mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
test to make sure nothing happened to ifcsverchok 😅
This commit is contained in:
@@ -48,3 +48,10 @@ Scenario: Split along edge
|
|||||||
When I press "bim.split_along_edge"
|
When I press "bim.split_along_edge"
|
||||||
Then the object "IfcWall/Cube" is an "IfcWall"
|
Then the object "IfcWall/Cube" is an "IfcWall"
|
||||||
And the object "IfcWall/Cube.001" is an "IfcWall"
|
And the object "IfcWall/Cube.001" is an "IfcWall"
|
||||||
|
|
||||||
|
Scenario: Enabling and disabling IFC Sverchok
|
||||||
|
Given an empty IFC project
|
||||||
|
And I press "preferences.addon_enable(module="sverchok")"
|
||||||
|
And I press "preferences.addon_enable(module="ifcsverchok")"
|
||||||
|
And I press "preferences.addon_disable(module="sverchok")"
|
||||||
|
And I press "preferences.addon_disable(module="ifcsverchok")"
|
||||||
Reference in New Issue
Block a user