T-584 补充干净验证记录

This commit is contained in:
chengma
2026-07-10 11:55:06 +08:00
parent da68f92aa6
commit 23f942440a
+7
View File
@@ -88,3 +88,10 @@ created: 2026-07-10
- `py -3.10 -m compileall app main.py` 通过。
- `git diff --check` 通过。
- `py -3.10 -m unittest tests.test_gui.GuiTests.test_generate_tab_manages_prompt_files_and_preview tests.test_gui.GuiTests.test_generate_tab_disables_reset_while_generation_running` 通过。
2026-07-10 Codex 干净 worktree 验证(`D:\chengma\cmshopee_verify_t584`,HEAD=`da68f92`):
- `py -3.10 -m unittest tests.test_gui` 通过,145 tests。
- `python -m ruff check app tests main.py` 通过。
- `py -3.10 -m compileall app main.py` 通过。
- `git diff --check` 通过。
- `py -3.10 -m unittest discover -s tests` 通过,327 tests。