Sprint 6: report review workflow, CI/K8s, and client tabs.
Add coach review APIs, pose calibration thresholds, Gitea CI, Kubernetes skeleton, H5 practice page, and mini program tab bar. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -4,7 +4,7 @@ from fastapi.testclient import TestClient
|
||||
def test_health(client):
|
||||
resp = client.get("/health")
|
||||
assert resp.status_code == 200
|
||||
assert resp.json()["stage"] == "sprint5"
|
||||
assert resp.json()["stage"] == "sprint6"
|
||||
|
||||
|
||||
def test_login_invalid_code(client):
|
||||
|
||||
Reference in New Issue
Block a user