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.