增加了一个测试工具用于初始化测试环境

This commit is contained in:
strepsiades
2026-03-11 11:40:23 +08:00
parent 1f68bd5ca8
commit b9fbf357a4
9 changed files with 1359 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@
- 集成:`pytest tests/integration -q`
- 工具链专项:`pytest tests/integration/test_toolchain_config_and_graph.py -q`
- UI 专项:`pytest tests/integration/test_ui_api_smoke.py -q`
- 测试总览与远程环境工具:`docs/testing_guide.md`
## 设计原则
- 不绕过 schema/状态机校验;配置错误必须显式失败。