()
| 365 | @when(parsers.parse("I save IFC project")) |
| 366 | @then(parsers.parse("I save IFC project")) |
| 367 | def saving_ifc_project() -> None: |
| 368 | tool.Project.save_test_project() |
| 369 | |
| 370 | |
| 371 | @given("the Brickschema is stubbed") |
nothing calls this directly
no test coverage detected