pytest-mock-guide

Guide for using pytest-mock plugin to write tests with mocking. Use when writing pytest tests that need mocking, patching, spying, or stubbing. Covers mocker fixture usage, patch methods, spy/stub patterns, and assertion helpers.

$ Instalar

git clone https://github.com/bossjones/logging-lab /tmp/logging-lab && cp -r /tmp/logging-lab/.claude/skills/pytest-mock ~/.claude/skills/logging-lab

// tip: Run this command in your terminal to install the skill