All Python plugins
Best Claude Code plugins for testing on Python (May 2026)
5 curated Claude Code plugins that handle testing on Python projects. Install commands, configs, and copy-paste setup, refreshed May 2026.
5 items matching Python & Testing.
Statistical Analyst
Hypothesis testing, A/B experiment analysis, sample size calculation, and confidence intervals. 3 stdlib-only Python tools: Z-test/t-test/chi-square with effect sizes, sample size calculator with power tradeoffs, and Wilson score confidence intervals.
developmentpythontesting
Unit Testing
Unit and integration test automation for Python and JavaScript with debugging support
testingpythonjavascriptautomation
Parseltongue
Python development suite: testing, performance optimization, async patterns, and packaging guidance
pythontestingperformance
Api Testing
HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authentication, and error handling.
apipythontypescripttesting+2
Mutation Testing
Validate test effectiveness with mutation testing using Stryker (TypeScript/JavaScript) and mutmut (Python). Find weak tests that pass despite code mutations. Use to improve test quality.
testingpythontypescriptjavascript