回帰テストの重複・役目済み検査を整理 - #53
Closed
katakata0522 wants to merge 26 commits into
Closed
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
Owner
Author
|
このPRの方針(役目済み・重複・固定値依存のテスト整理)は有効ですが、現在の |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目的
機能・記事品質・デプロイ安全性の保証を維持したまま、作業履歴として残ったテスト、全体監査と重複する記事別検査、正当な更新を妨げる固定値を整理します。
整理内容
維持した保証
最終差分
検証
通常の読み取り専用PRワークフローへ完全に戻した状態で成功しています。
今回あえて行わないこと
テストファイルの大規模な名称変更・責務別再編や、圧縮後スイートの分離は別工程とします。今回は、保証の所在が明確な重複と役目済みテストだけを安全に整理しています。