(shape0)
| 2068 | sublocs = (cq.Location(), cq.Location()) |
| 2069 | |
| 2070 | def make_constraint(shape0): |
| 2071 | return cq.Constraint(ids, (shape0, shape0), sublocs, "PointInPlane", 0) |
| 2072 | |
| 2073 | def fail_this(shape0): |
| 2074 | with pytest.raises(ValueError): |
no outgoing calls
no test coverage detected