django-tdd
Comprehensive TDD guide for Django apps using pytest, factory_boy, and DRF with testing patterns and best practices.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill django-tddStats
| Total installs | 1,536 |
| Weekly installs | 1.5K |
| GitHub stars | 112.5K |
| First seen | Feb 1, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Covers the red-green-refactor cycle with pytest configuration, test settings, and conftest fixtures for models, views, and API endpoints
- Factory Boy patterns for creating test data, including sequences, relationships, and post-generation hooks
- Model, view, serializer, and API ViewSet testing strategies with real code examples for CRUD operations and filtering
- Mocking and patching techniques for external services, email, and payment gateways; integration testing for multi-step workflows
- Best practices checklist (use factories, one assertion per test, mock external dependencies) and coverage targets by component type
Tags
Related skills
| Skill | Installs | vs django-tdd |
|---|---|---|
| web-performance-optimization | 1,356 | -180 |
| frontend-testing | 1,684 | +148 |
| springboot-tdd | 1,748 | +212 |
| java-architect | 1,750 | +214 |
| e2e-testing | 1,466 | -70 |
FAQ
- How many installs does django-tdd have?
- django-tdd has 1,536 total installs and 1.5K installs this week.
- Where is django-tdd hosted?
- django-tdd is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does django-tdd have?
- django-tdd has 112.5K GitHub stars.
- When was django-tdd first indexed?
- OrangeBot.AI first indexed django-tdd on Feb 1, 2026.
- How do I install django-tdd?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill django-tdd