Popularity
7.1
Stable
Activity
6.9
-
3,402
41
384

Description

factory_boy is a fixtures replacement based on thoughtbot's factory_girl.

As a fixtures replacement tool, it aims to replace static, hard to maintain fixtures with easy-to-use factories for complex object.

Instead of building an exhaustive test setup with every possible combination of corner cases, factory_boy allows you to use objects customized for the current test, while only declaring the test-specific fields:

Code Quality Rank: L4
Programming language: Python
License: MIT License
Tags: Django     Testing     Object Factories     1.11     2.0     2.1     2.2    
Latest version: v2.12.0

factory_boy alternatives and similar packages

Based on the "Object Factories" category.
Alternatively, view factory_boy alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of factory_boy or a related project?

Add another 'Object Factories' Package