feat: device model, API, static UI, and endpoint tests

Made-with: Cursor
This commit is contained in:
2026-03-21 20:17:33 +13:00
parent 13538c39a6
commit a75e27e3d2
7 changed files with 441 additions and 0 deletions

View File

@@ -499,6 +499,7 @@ def test_static_files(client: TestClient) -> bool:
'/static/tabs.js',
'/static/presets.js',
'/static/profiles.js',
'/static/devices.js',
]
for file_path in static_files: