factory-boy
factory_boy test data generation specialist. Covers Factory, DjangoModelFactory,
SQLAlchemyModelFactory, all field declarations (Faker, LazyAttribute, Sequence,
SubFactory, RelatedFactory, post_generation, Trait, Maybe, Dict, List),
batch creation, pytest integration, and Celery task testing patterns.
USE WHEN: user mentions "factory_boy", "test factory", "DjangoModelFactory",
"SQLAlchemyModelFactory", asks about "test data generation", "factory traits",
"SubFactory", "factory fixtures".
DO NOT USE FOR: pytest internals - use `pytest`; Django setup - use `pytest-django`;
Hypothesis property testing - use `pytest` with Hypothesis
Backend & APIs1 files