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

Function test_init2

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

Source from the content-addressed store, hash-verified

81
82
83def test_init2():
84 model = pin.Model()
85 geom_model = pin.GeometryModel()
86 sim = simple.Simulator(model, geom_model)
87 assert True
88
89
90def test_simulator_handles():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected