django-tdd
django tdd
What it does
- Writing new Django applications
- Implementing Django REST Framework APIs
- Testing Django models, views, and serializers
- Setting up testing infrastructure for Django projects
- Use factories: Instead of manual object creation
- One assertion per test: Keep tests focused
- Descriptive test names: testusercannotdeleteotherspost
Requirements & configuration
- """Test product creation requires authentication."""
- 'token': 'tokvisa',
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
django-tdd FAQ
What does the django-tdd skill do?
Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs. Writing new Django applications Implementing Django REST Framework APIs
What does django-tdd require?
"""Test product creation requires authentication.""" 'token': 'tokvisa',
How do I install django-tdd?
Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill django-tdd --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.
Maintain django-tdd?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/affaan-m-everything-claude-code-django-tdd?ref=badge) npx agentictools info skills/affaan-m-everything-claude-code-django-tdd The second line is the CLI lookup for this page — handy in READMEs and docs.