$ npx skills add https://github.com/kevintsengtw/dotnet-testing-agent-skills --skill dotnet-testing-unit-test-fundamentals
好的單元測試遵循以下原則,因為這些原則能確保測試的可靠性與維護性:
測試執行時間應在毫秒級,不依賴外部資源。
|