Django Dynamic Fixture

2011-03-18 Thread Paulo Cheque
Use static fixtures in testing is a terrible idea. I would like to show a new and complete tool to create dynamic model instances for testing purposes. Check for "Comparison with another fixture tools": http://code.google.com/p/django-dynamic-fixture It works with Django MPTT. This tool can be t

Django Dynamic Fixture

2011-03-08 Thread Paulo Cheque
To whom make automated tests in Django must have realized that using fixtures (static data) is a terrible idea. There are a list of lots of tools that help working with fixtures (djangopackages.com/grids/g/ fixtures), but I am just showing a new one, Django Dynamic Fixture (code.google.com/p/django