Hi,

As my django application has grown I'm noticing I'm spending longer and
longer waiting for ./manage.py test to start up - ie create all the tables
etc.  Not helped of course by working on a laptop with a slow disk, as I
suspect many of us do these days.

This is slowing down my test-debug cycle quite noticably - e.g. when an
import fails due to an typo, the fix is extremely quick but then I have to
wait for ./manage.py test to crank through creating the databases again
before I can find the next bug.

Has anyone got any ideas on how to speed this up - for instance, is there a
way to say "use an existing test database"?

Cheers,

Malcolm

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.

Reply via email to