Version 1.2.1 released. Documentation updated, including comparison with other tools. http://code.google.com/p/django-dynamic-fixture
It creates instances of models.Model objects for testing purposes. For example, instead to use static data in a fixture.yaml file (terrible idea), use the dynamic-fixture to do that. There are other tools that do that…
Version 1.2.1 released. Documentation updated, including comparison with other tools. http://code.google.com/p/django-dynamic-fixture
It creates instances of models.Model objects for testing purposes. For example, instead to use static data in a fixture.yaml file (terrible idea), use the dynamic-fixture to do that. There are other tools that do that…