python-testing

python testing

affaan-m 232k ↓ 6.7k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • Writing new Python code (follow TDD: red, green, refactor)
  • Designing test suites for Python projects
  • Reviewing Python test coverage
  • Setting up testing infrastructure
  • Target: 80%+ code coverage
  • Critical paths: 100% coverage required
  • Use pytest --cov to measure coverage

Requirements & configuration

  • token = response.json["token"]
  • return {"Authorization": f"Bearer {token}"}

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

python testing

Source

Repository: https://github.com/affaan-m/everything-claude-code

python-testing FAQ

What does the python-testing skill do?

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements. Writing new Python code (follow TDD: red, green, refactor) Designing test suites for Python projects

What does python-testing require?

token = response.json["token"] return {"Authorization": f"Bearer {token}"}

How do I install python-testing?

Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill python-testing --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.

Maintain python-testing?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

python-testing on getagentictools
[![python-testing on getagentictools](https://getagentictools.com/badge/skills/affaan-m-everything-claude-code-python-testing.svg)](https://getagentictools.com/skills/affaan-m-everything-claude-code-python-testing?ref=badge)
npx agentictools info skills/affaan-m-everything-claude-code-python-testing

The second line is the CLI lookup for this page — handy in READMEs and docs.