mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 05:52:33 +00:00
Fix bug where syncing an object removed from the collection tree breaks.
This commit is contained in:
@@ -23,6 +23,11 @@
|
||||
|
||||
# ############################################################################ #
|
||||
|
||||
# Note: these tests are commented out as they are for learning purposes only. If
|
||||
# you want to run these tests, uncomment it :)
|
||||
|
||||
"""
|
||||
|
||||
# Testing the core might seem strange if you haven't written this type of
|
||||
# abstract test before. You essentially want to test that things are called in
|
||||
# the right sequence. This seems almost like writing the code twice, like in
|
||||
@@ -82,3 +87,5 @@ class TestDemonstrateRenameProject:
|
||||
def test_showing_a_hint_if_no_name_provided(self, ifc, demo):
|
||||
demo.show_user_hints().should_be_called()
|
||||
subject.demonstrate_rename_project(ifc, demo, name=None)
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user