Expand editor regression coverage

This commit is contained in:
2026-03-27 12:18:40 +08:00
parent 9a5c187abc
commit 4afe2f88ba
2 changed files with 80 additions and 0 deletions

View File

@@ -304,10 +304,14 @@
- 已新增 `tests/editor/test_action_routing.cpp`
- 已新增 `tests/editor/CMakeLists.txt``editor_tests` target
- 当前 `editor_tests` 已覆盖 7 条 editor 回归用例
- 已覆盖 `Hierarchy Edit route` 的 copy / paste / duplicate / delete / rename request
- 已覆盖 `Project Edit route` 的 open / back / delete
- 已覆盖 `scene dirty save + load` 后的 selection / undo reset
- 已覆盖 `reparent` 的 parent 切换、cycle 拦截与 world position / scale 保持
- 已覆盖 `MainMenu` 的 exit / reset-layout 事件请求与 about popup 请求
- 已覆盖 `Hierarchy` rename helper 的 request / commit 语义
- 已覆盖 `Project` 的 create-folder / move-asset / open-folder helper
## 下一阶段建议执行顺序