factory-boy

Installation
SKILL.md

factory_boy

Deep Knowledge: Use mcp__documentation__fetch_docs with technology: factory-boy for comprehensive documentation on all declarations, ORM integrations, and patterns.

Installation

pip install factory_boy faker

Basic Factory

import factory
from myapp.models import User

class UserFactory(factory.Factory):
    class Meta:
        model = User
Installs
16
GitHub Stars
37
First Seen
Mar 21, 2026
factory-boy — claude-dev-suite/claude-dev-suite