Add Mutation Testing banner
jaredmcfarland jaredmcfarland

Add Mutation Testing

Testing community

Description

--- description: Setup mutation testing with mutmut for Python projects --- # Setup Mutation Testing Configure mutmut for mutation testing to evaluate Python test suite quality. ## Instructions ### 1. Analyze Test Suite - Review existing pytest test coverage - Identify critical modules and business logic to target - Check current test quality (do tests verify values or just execution?) ### 2. Install and Configure ```bash pip install mutmut ``` Add to `setup.cfg` or `pyproject.toml`: ``

Installation

Installs to ~/.claude/commands/jaredmcfarland-mixpanel_data-add-mutation-testing.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jaredmcfarland/mixpanel_data/HEAD/.claude/commands/add-mutation-testing.md -o ~/.claude/commands/jaredmcfarland-mixpanel_data-add-mutation-testing.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository