Skip to main content
在 Manus 中运行任何 Skill
一键导入

isolate-tests-from-external-dependencies

Tests must not depend on external systems, databases, or network calls. Mock external dependencies. Use test data, not production data. Tests must be independent and repeatable. Running tests multiple times must produce same results.

概览

Tests must not depend on external systems, databases, or network calls. Mock external dependencies. Use test data, not production data. Tests must be independent and repeatable. Running tests multiple times must produce same results.

安装命令
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill isolate-tests-from-external-dependencies

复制此命令并粘贴到 Claude Code 中以安装该技能

星标0
分支0
更新时间2026年4月14日 05:41
SKILL.md
readonly