MCPcopy Create free account
hub / github.com/TheMariday/marimapper / test_invalid_path

Function test_invalid_path

test/test_2d_map.py:45–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44
45def test_invalid_path():
46
47 led_map = load_detections(Path("doesnt-exist-i-hope"), 0)
48 assert led_map is None, "led map successfully loaded from invalid file"
49
50
51def test_get_all_maps():

Callers

nothing calls this directly

Calls 1

load_detectionsFunction · 0.90

Tested by

no test coverage detected