Model-mommy offers a smart way to create fixtures for testing in Django. With a simple API you can create many objects with a single line of code. Instead of building an exhaustive test setup with every possible combination ,it allows you to use objects customized for the current test, while only declaring the test-specific fields.
Model-mommy offers a smart way to create fixtures for testing in Django. With a simple API you can create many objects with a single line of code. Instead of building an exhaustive test setup with every possible combination ,it allows you to use objects customized for the current test, while only declaring the test-specific fields.