Skip to content

Factories and TestingΒΆ

Factories help you create realistic test data for managers. GeneralManager integrates with factory_boy to generate Django model instances based on interface metadata. This section explains how to build fixtures that keep tests concise and reproducible.

Use factories to populate development databases, seed GraphQL demos, or reproduce edge cases quickly.