AI AGENT ADDONS

Python Testing

affaan-m/ecc
Testing & QA
819installs

Python developers use tests to make sure their code works correctly. pytest is a popular tool for writing and running tests. This guide covers key patterns like TDD, or Test-Driven Development, where you write a failing test first.

You will learn about fixtures for reusable test data, mocking to simulate external services, and coverage to track how much code is tested. These skills help catch bugs early and keep your code reliable.

Add Python Testing skill to your workflow

Global

mkdir -p ~/.claude/skills/python-testing

Project

mkdir -p .claude/skills/python-testing

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago