(location)
| 36 | ], |
| 37 | ) |
| 38 | def test_validate_location(location): |
| 39 | outcome = validate_location(location) |
| 40 | assert outcome == [5.0, 3.0] |
| 41 | |
| 42 | |
| 43 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected
searching dependent graphs…