mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 04:08:04 +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 :)
|
||||
|
||||
"""
|
||||
|
||||
# Because our tools have well defined, isolated functions, it means we can test
|
||||
# them very easily in isolation. Tests are fun, fast, and easy to setup!
|
||||
|
||||
@@ -85,3 +90,5 @@ class TestShowUserHints(NewFile):
|
||||
bpy.context.scene.BIMDemoProperties.show_hints = False
|
||||
subject.show_user_hints()
|
||||
assert bpy.context.scene.BIMDemoProperties.show_hints == True
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user