Description
Create reusable test data factories for Python projects. It helps developers build realistic objects for tests without maintaining large static fixture files.
This is a testing library, not a data generator for production records. Factories should make tests clearer and should avoid accidentally creating external side effects such as real emails, payments, or network calls.