(locations)
| 76 | ], |
| 77 | ) |
| 78 | def test_validate_locations(locations): |
| 79 | outcome = validate_locations(locations) |
| 80 | assert outcome == [[0.0, 5.0], [1.0, 6.0], [2.0, 7.0]] |
| 81 | |
| 82 | |
| 83 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected