Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add project: factory_boy #13

Closed
tsouvarev opened this issue Jan 21, 2021 · 1 comment
Closed

Add project: factory_boy #13

tsouvarev opened this issue Jan 21, 2021 · 1 comment
Labels
add-project Add new project to best-of list

Comments

@tsouvarev
Copy link

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.

@tsouvarev tsouvarev added the add-project Add new project to best-of list label Jan 21, 2021
@LukasMasuch
Copy link
Contributor

@tsouvarev Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-project Add new project to best-of list
Projects
None yet
Development

No branches or pull requests

2 participants