Partially write tests for sequence refactor

This commit is contained in:
Dion Moult
2022-08-30 11:08:26 +10:00
parent 37dec500fd
commit 804c0f4a77
9 changed files with 121 additions and 72 deletions
@@ -4,8 +4,6 @@ Feature: Bimtester
Scenario: Execute Bimtester
Given an empty IFC project
When I set "scene.BimTesterProperties.should_load_from_memory" to "True"
And I set "scene.BimTesterProperties.feature" to "{cwd}/test/files/sample-ids.xml"
And I set "scene.BimTesterProperties.feature" to "{cwd}/test/files/sample.feature"
And I press "bim.execute_bim_tester"
Then nothing happens
# IDS is continuously changing right now. Stable release scheduled for March 2022.
#Then the file "{cwd}/test/files/sample-ids.xml.html" should contain "Tests passed: <strong>1 / 1</strong> (100%)"