Pytest Debugger
Createdtosin2013
Tracks pytest failures and resolves errors faster using systematic debugging principles and integrates with Large Language Models.
About
Pytest Debugger is a Model Context Protocol (MCP) server designed to streamline the debugging process for pytest failures. By adhering to the 9 principles of debugging, it helps developers systematically identify and resolve errors. The server provides tools for registering failures, tracking debug progress, analyzing similar failures, and generating targeted debugging prompts for LLMs, enabling efficient and AI-assisted debugging workflows.
Key Features
- Registers pytest failures with detailed information.
- 0 GitHub stars
- Enables debugging using the 9 principles of debugging.
- Tracks debugging progress and history.
- Analyzes and groups similar failures for pattern identification.
- Generates targeted debugging prompts for Large Language Models (LLMs).
Use Cases
- Analyzing test failure patterns to improve code quality.
- Using LLMs like Claude to systematically debug test failures.
- Debugging pytest failures in CI/CD pipelines.