Files
2026-03-24 18:07:22 +08:00

13 lines
328 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Tests 模块
## 作用
维护项目自动化测试,覆盖工作流、API 与脚本行为。
## 文件
- `test_basic.py`:基础可用性测试
- `test_endpoints.py`:接口行为测试
- `test_sql_workflow_refactor.py`:SQL 流程关键逻辑测试
- `test_console_chat.py` / `test_demo_chat.py`:脚本相关测试