dashboard: add passive CAN capture markers

This commit is contained in:
2026-07-26 15:26:42 -06:00
parent ed9611310e
commit 8c2375d402
6 changed files with 227 additions and 56 deletions
+1
View File
@@ -5,6 +5,7 @@ import sys
COMMANDS = [
[sys.executable, "-m", "pytest", "tests/test_http_api_contract.py"],
[sys.executable, "-m", "pytest", "tests/test_xiao_sensor_node_contract.py"],
[sys.executable, "-m", "pytest", "tests/test_dashboard_source_contract.py"],
]