Refactor context. See #1711.

This commit is contained in:
Dion Moult
2021-09-30 08:46:02 +10:00
parent beff90cd5e
commit 352a4866dd
7 changed files with 37 additions and 82 deletions
@@ -0,0 +1,14 @@
@context
Feature: Context
Manages geometric representation contexts and subcontexts
Scenario: Add subcontext
Given an empty IFC project
When I press "bim.add_subcontext(context='Model')"
Then nothing happens
Scenario: Remove subcontext
Given an empty IFC project
When the variable "context_id" is "IfcStore.get_file().by_type('IfcGeometricRepresentationContext')[0].id()"
And I press "bim.remove_subcontext(ifc_definition_id={context_id})"
Then nothing happens
@@ -1,3 +1,4 @@
@owner
Feature: Owner
Covers ownership history, people, organisations, roles, and addresses.