MCPcopy Create free account
hub / github.com/DPhi-Space/SimSat / test_mapbox

Function test_mapbox

scripts/api_test.py:206–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204
205
206def test_mapbox() -> None:
207 params = {
208 "lon_target": 6.6323,
209 "lat_target": 46.5197,
210 "lon_satellite": 6.6323,
211 "lat_satellite": 46.5197,
212 "alt_satellite": 500,
213 }
214 _test_mapbox_endpoint("/data/image/mapbox", params)
215
216
217if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

_test_mapbox_endpointFunction · 0.85

Tested by

no test coverage detected