ml-tooling / best-of-web-python

🏆 A ranked list of awesome python libraries for web development. Updated weekly.
https://web-python.best-of.org
Creative Commons Attribution Share Alike 4.0 International
2.28k stars 171 forks source link

Add project: factory_boy #13

Closed tsouvarev closed 3 years ago

tsouvarev commented 3 years ago

Project details:

Additional context:

factory_boy is a fixtures replacement based on thoughtbot’s factory_bot. As a fixtures replacement tool, it aims to replace static, hard to maintain fixtures with easy-to-use factories for complex objects. 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.

lukasmasuch commented 3 years ago

@tsouvarev Thanks for your contribution!