mocking-stubbing

Installation
SKILL.md

Mocking and Stubbing

Table of Contents

Overview

Mocking and stubbing are essential techniques for isolating units of code during testing by replacing dependencies with controlled test doubles. This enables fast, reliable, and focused unit tests that don't depend on external systems like databases, APIs, or file systems.

When to Use

Installs
338
GitHub Stars
248
First Seen
Jan 21, 2026
mocking-stubbing — aj-geddes/useful-ai-prompts