Test Mocking

Use mocking and test doubles to isolate code under test from external dependencies. Use when asked to "mock dependencies", "create test doubles", "isolate tests", "avoid external calls", or when testing code that depends on databases, APIs, cloud providers, or expensive resources. Applicable to Terraform, JavaScript, Python, Go, and other testing frameworks. Use when this capability is needed.

tomevault-io a0f5583 2 files · 15.2 KB Updated

File contents

tomevault-io/skills-registry/tree/main/luscii--terraform-fluentbit-config-renderer--test-mocking commit a0f5583687

Frequently asked questions

npx skillmds@latest add tomevault-io/test-mocking