1 Repo
Management of database sessions and persistence logic specifically during the generation of test objects.
Distinct from Object Persistence: Distinct from general object persistence by focusing on test session management and get-or-create behavior.
Explore 1 awesome GitHub repository matching data & databases · Test Object Persistence Management. Refine with filters or upvote what's useful.
Factory Boy is a dynamic test fixture framework and data generation tool for Python. It serves as a replacement for static fixtures by providing a system to create complex Python objects and database models through programmable blueprints. The project differentiates itself by offering specialized integration with Object Relational Mappers to manage persistence within database sessions. It enables the creation of complex object hierarchies using sub-factories and recursive composition to resolve dependent related objects. The framework provides capabilities for synthesizing realistic random d
Manages database sessions and implements get-or-create behavior for data models during object generation.