mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
Schema versions are no longer locked to IFC4 and 2X3. You can now load express schemas at run time.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@debug
|
||||
Feature: Debug
|
||||
|
||||
Scenario: Select express file
|
||||
Given an empty Blender session
|
||||
When I press "bim.select_express_file(filepath='{cwd}/test/files/test.exp')"
|
||||
Then nothing happens
|
||||
|
||||
Scenario: Parse express
|
||||
Given an empty Blender session
|
||||
And I press "bim.select_express_file(filepath='{cwd}/test/files/test.exp')"
|
||||
When I press "bim.parse_express"
|
||||
Then nothing happens
|
||||
Reference in New Issue
Block a user