mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
Fix copy to container test (ddbe627)
This commit is contained in:
@@ -792,6 +792,8 @@ def i_press_operator_and_expect_error(operator, error_msg):
|
||||
assert False, f"Operator bpy.ops.{operator} ran without exception '{error_msg}'"
|
||||
|
||||
|
||||
# TODO: We should rename 'I press' to 'I run' or 'I execute'
|
||||
# to avoid confusion with 'I click'.
|
||||
@given(parsers.parse('I press "{operator}"'))
|
||||
@when(parsers.parse('I press "{operator}"'))
|
||||
def i_press_operator(operator: str) -> types.NoneType:
|
||||
|
||||
Reference in New Issue
Block a user