Unit Test Walkthrough
「ユニットテストの手順解説」
Walk through creating a unit test for a function, what cases to cover, and why each matters.
「関数の単体テストを作成する手順、カバーすべきテストケース、および各ケースの重要性について説明します。」
Prompt
I want to write a unit test for this function: [paste code]. Walk me through creating the test, what cases to cover, and why each one matters.