tdd-python

Guide Test-Driven Development in Python with pytest and mocks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/najahpokkiri/axis-spatial-tool --skill tdd-python
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd-python
Source: https://github.com/najahpokkiri/axis-spatial-tool/tree/main/.claude/skills/tdd-python
Command: npx skills add https://github.com/najahpokkiri/axis-spatial-tool --skill tdd-python

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill advocates Test-Driven Development in Python, guiding you to write tests before implementing features to reduce bugs and improve development speed.

Core Features & Use Cases

  • Red→Green→Refactor Cycle: Follow the core TDD loop to ensure reliability.
  • Test Scaffolding & Fixtures: Includes structured tests, fixtures, and examples to accelerate testing.
  • Real-World Workflows: Examples showing tests for typical code components (e.g., FeatureClass with pytest, async tests, and mocks).

Quick Start

Run pytest on your new feature after writing a failing test to drive implementation and catch regressions early.