Add booking type options and enhance booking logic in terminplan.html; create test for terminplan endpoint

This commit is contained in:
2026-04-19 16:25:30 +02:00
parent 4c586abee0
commit d2f882ed61
3 changed files with 53 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
from Web.app import app
with app.test_client() as client:
resp = client.get('/terminplan')
print(resp.status_code)
# print(resp.data.decode('utf-8')[:200])