Commit 8bb7c2b
refactor(tests): 调整测试目录结构与源码对齐
- tests/bus/ → tests/agent/ (bus_test, channel_test 合并到 agent)
- tests/qrcode/ → tests/tui/qrcode/ (qrcode 源码在 src/tui/qrcode/)
- tests/core/net/tls/crypto/ → tests/core/crypto/ (crypto 源码在 src/core/crypto/)
- 新增 tests/core/net/tls/tls13/ (对应 src/core/net/tls/tls13/)
- 新增 tests/core/log/ (对应 src/core/log/)
- 新增 tests/llm/ (对应 src/llm/)
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent 3e62c9d commit 8bb7c2b
22 files changed
Lines changed: 36 additions & 27 deletions
File tree
- tests
- agent
- bus
- core
- crypto
- log
- net/tls
- crypto
- tls12
- tls13
- llm
- tui
- qrcode
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
This file was deleted.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments