mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 08:33:10 +00:00
Unlinking elements is now a bit more stable. Also simplify core tool namespace.
This commit is contained in:
@@ -26,7 +26,7 @@ from blenderbim.tool.context_editor import ContextEditor as subject
|
||||
|
||||
class TestImplementsTool(test.bim.bootstrap.NewFile):
|
||||
def test_run(self):
|
||||
assert isinstance(subject(), blenderbim.core.tool.context_editor.ContextEditor)
|
||||
assert isinstance(subject(), blenderbim.core.tool.ContextEditor)
|
||||
|
||||
|
||||
class TestSetContext(test.bim.bootstrap.NewFile):
|
||||
|
||||
Reference in New Issue
Block a user