mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +08:00
V4.14.9 features (#6599)
* fix: image read and json error (Agent) (#6502) * fix: 1.image read 2.JSON parsing error * dataset cite and pause * perf: plancall second parse * add test --------- Co-authored-by: archer <545436317@qq.com> * master message * remove invalid code * feat(sre): integrate traces, logs, metrics into one sdk (#6580) * fix: image read and json error (Agent) (#6502) * fix: 1.image read 2.JSON parsing error * dataset cite and pause * perf: plancall second parse * add test --------- Co-authored-by: archer <545436317@qq.com> * master message * wip: otel sdk * feat(sre): integrate traces, logs, metrics into one sdk * fix(sre): use SpanStatusCode constants * fix(sre): clarify step memory measurement * update package * fix: ts --------- Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com> Co-authored-by: archer <545436317@qq.com> * doc * sandbox in agent (#6579) * doc * update template * fix: pr * fix: sdk package * update lock * update next * update dockerfile * dockerfile * dockerfile * update sdk version * update dockerefile * version --------- Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com> Co-authored-by: Ryo <whoeverimf5@gmail.com>
This commit is contained in:
@@ -78,6 +78,14 @@ mock 对应的 API 请求进行测试。
|
||||
2. 如果测试不通过,则根据错误信息检查代码逻辑或者测试用例。
|
||||
3. 如需二次修改,则回到”二、测例编写“。
|
||||
|
||||
## 单测包含哪些场景
|
||||
|
||||
1. 基础场景
|
||||
2. 复杂场景
|
||||
3. 边界值
|
||||
4. 安全边界情况(死循环、系统崩溃、超大数据等)
|
||||
5. 异常场景
|
||||
|
||||
## 常用命令
|
||||
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user