mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
bonsai tool module imports #5178
This commit is contained in:
@@ -23,15 +23,15 @@ import ifcopenshell.api.root
|
||||
import ifcopenshell.api.unit
|
||||
import ifcopenshell.api.context
|
||||
import ifcopenshell.util.shape_builder
|
||||
import blenderbim.core.tool
|
||||
import blenderbim.tool as tool
|
||||
import bonsai.core.tool
|
||||
import bonsai.tool as tool
|
||||
from test.bim.bootstrap import NewFile
|
||||
from blenderbim.tool.aggregate import Aggregate as subject
|
||||
from bonsai.tool.aggregate import Aggregate as subject
|
||||
|
||||
|
||||
class TestImplementsTool(NewFile):
|
||||
def test_run(self):
|
||||
assert isinstance(subject(), blenderbim.core.tool.Aggregate)
|
||||
assert isinstance(subject(), bonsai.core.tool.Aggregate)
|
||||
|
||||
|
||||
class TestCanAggregate(NewFile):
|
||||
|
||||
Reference in New Issue
Block a user