Fix #1857. Fix bug where deleting from the outliner was not tracked.

This commit is contained in:
Dion Moult
2021-11-11 22:27:40 +11:00
parent 2ec3c4c06b
commit 5ba155eb17
4 changed files with 81 additions and 21 deletions
+5
View File
@@ -40,6 +40,11 @@ def replace_variables(value):
return value
@given("an untestable scenario")
def an_untestable_scenario():
pass
@given("an empty Blender session")
@when("an empty Blender session is started")
def an_empty_ifc_project():