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. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/bossjones--logging-lab--pytest-mock-guide commit d7cd2ff765

Frequently asked questions

npx skillmds@latest add tomevault-io/pytest-mock-guide-2