I just discovered django-test-utils on the web and noticed, that it has some functionality, that looks interesting to me.
http://readthedocs.org/docs/django-test-utils/en/latest/keep_database_runner.html# this shall introduce a management command 'quicktest', which is supposed to keep the test database intact between two test runs. However the documentation dates from 2009 and contains the comment: > Currently support for 1.2 is in a 1.2 compatible branch. This will be merged > into trunk soon. which might indicate, that the project is no more maintained and not usable for django_1.3 A first test indicates also, that the code is not compatible with django 1.3 (import errors) Now my question: Is there an alternative module or is there even a new default django 1.3 feature allowing to keep a database between two test runs? avoiding the creation of a db (with all south migrations being applied) Thanks in advance for suggestions. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.