T-581 补充干净验证记录

This commit is contained in:
chengma
2026-07-10 10:49:45 +08:00
parent 5ac18ccc1c
commit 351bbdfbd8
+1
View File
@@ -88,4 +88,5 @@ created: 2026-07-10
- `python -m ruff check app tests main.py`
- `py -3.10 -m compileall app main.py`
- `git diff --check`(仅输出当前工作区既有 CRLF 提示,无空白错误)
- 提交后在干净 worktree `D:\chengma\cmshopee_verify_t581` 验证本次 T-581 提交:`python -m ruff check app tests main.py` 通过,`py -3.10 -m compileall app main.py` 通过,`git diff --check` 通过,`py -3.10 -m unittest tests.test_gui` 通过 144 项,`py -3.10 -m unittest discover -s tests` 通过 324 项。
- 当前工作区直接运行 `py -3.10 -m unittest tests.test_gui` 失败 2 项,原因是本任务开始前已有未提交改动把默认封面提示词从 `papa1` 改成「默认」,导致两个旧断言仍期望 `papa1`;该提示词改名不属于 T-581,本次未处理、未提交。