()
| 72 | |
| 73 | |
| 74 | def 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 | |
| 83 | def test_init2(): |
nothing calls this directly
no outgoing calls
no test coverage detected