test(health): 健康数据集成测试 — 8 个测试覆盖体征CRUD/化验报告CRUD+审阅/租户隔离
Some checks failed
CI / rust-check (push) Has been cancelled
CI / rust-test (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / security-audit (push) Has been cancelled

fix(auth): WechatSessionResp mock 缺少 unionid 字段
This commit is contained in:
iven
2026-04-27 22:27:36 +08:00
parent 7420a66291
commit f58f1f73c5
3 changed files with 273 additions and 1 deletions

View File

@@ -26,3 +26,5 @@ mod health_device_reading_tests;
mod health_follow_up_tests;
#[path = "integration/health_consultation_tests.rs"]
mod health_consultation_tests;
#[path = "integration/health_data_tests.rs"]
mod health_data_tests;