Add HTTP API contract fixtures

This commit is contained in:
2026-06-07 10:15:33 -06:00
parent d9b851aa53
commit ec39182bbd
15 changed files with 448 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ COMMANDS = [
"pico-dashboard/hardware/touch.py",
"pico-dashboard/hardware/buzzer.py"],
[sys.executable, "-m", "pytest", "tests/test_pico_core.py"],
[sys.executable, "-m", "pytest", "tests/test_http_api_contract.py"],
]