mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 04:04:00 +00:00
remove bim.unlink_material #4843
This commit is contained in:
@@ -20,12 +20,6 @@ import blenderbim.core.material as subject
|
||||
from test.core.bootstrap import ifc, material, style, spatial
|
||||
|
||||
|
||||
class TestUnlinkMaterial:
|
||||
def test_run(self, ifc):
|
||||
ifc.unlink(obj="obj").should_be_called()
|
||||
subject.unlink_material(ifc, obj="obj")
|
||||
|
||||
|
||||
class TestAddMaterial:
|
||||
def test_add_a_default_material(self, ifc, material, style):
|
||||
material.add_default_material_object("name").should_be_called().will_return("obj")
|
||||
|
||||
Reference in New Issue
Block a user