test: add calculator tests#25
Closed
github-actions[bot] wants to merge 2 commits into
Closed
Conversation
書籍 ch07 7.6 節の `issueDrivenInstructions` で示されている 7 項目 TODO テンプレートと 「ファイル修正だけで終わるな」の重要強調、`createIssueComment` の名指し指示を採用。 従来の 1 行ステップ羅列ではベース指示の 4 項目 TODO テンプレに押し負け、gpt-5-nano 等の小型モデルがファイル修正/テスト実行のみで終了し PR 作成まで到達しなかった。 ch07-7 補足の `## Issue本文(参照用)` ブロックは維持。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Owner
|
PR #24 の動作確認用に作成された検証PRです。検証成功(gpt-5-miniで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.
Adds unit tests for calculator functions and implements basic calculator functions.