Anyone know if there is a way to save out a test database that is
created through the django TestCase module?
I think this gets you close:
- django-admin.py testserver
Runs a Django development server (as in runserver) using data from the given fixture(s).
IE, say I have a test that runs part way through. I'd like to save
it out and then modify my settings.py to refer to the saved out test
database and take a look at it via my web client (ie, runserver) - is
that possible?
Thanks for any pointers,
Margie
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment