What is pytest-django-patterns?
pytest-django testing patterns, Factory Boy, fixtures, and TDD workflow. Use when writing tests, creating test factories, or following TDD red-green-refactor cycle. Source: kjnez/claude-code-django.
pytest-django testing patterns, Factory Boy, fixtures, and TDD workflow. Use when writing tests, creating test factories, or following TDD red-green-refactor cycle.
Quickly install pytest-django-patterns AI skill to your development environment via command line
Source: kjnez/claude-code-django.
Critical rule: If implementing a feature or fixing a bug, write the test BEFORE touching production code.
Parametrize multiple scenarios: Use @pytest.mark.parametrize("input,expected", [...]) for testing various inputs
Mock external services: Use mocker.patch() to avoid actual HTTP calls, emails, file operations
pytest-django testing patterns, Factory Boy, fixtures, and TDD workflow. Use when writing tests, creating test factories, or following TDD red-green-refactor cycle. Source: kjnez/claude-code-django.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/kjnez/claude-code-django --skill pytest-django-patternspytest-django testing patterns, Factory Boy, fixtures, and TDD workflow. Use when writing tests, creating test factories, or following TDD red-green-refactor cycle. Source: kjnez/claude-code-django.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kjnez/claude-code-django --skill pytest-django-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/kjnez/claude-code-django