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:
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.
-
mixer
Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of factory_boy or a related project?