mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 16:22:53 +00:00
14 lines
396 B
Gherkin
14 lines
396 B
Gherkin
|
|
@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
|