MCPcopy Create free account
hub / github.com/Simple-Robotics/Simple / test_init

Function test_init

tests/python/test_simulator_instance.py:74–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72
73
74def test_init():
75 model = pin.Model()
76 geom_model = pin.GeometryModel()
77 data = model.createData()
78 geom_data = geom_model.createData()
79 sim = simple.Simulator(model, data, geom_model, geom_data)
80 assert True
81
82
83def test_init2():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected