()
| 81 | |
| 82 | |
| 83 | def test_init2(): |
| 84 | model = pin.Model() |
| 85 | geom_model = pin.GeometryModel() |
| 86 | sim = simple.Simulator(model, geom_model) |
| 87 | assert True |
| 88 | |
| 89 | |
| 90 | def test_simulator_handles(): |
nothing calls this directly
no outgoing calls
no test coverage detected