I am working in a large Django project that is currently using the 1.2.3 version. The project test suite has around 500 test which take ~50 seconds to run in my machine.
I recently did a upgrade to the Django 1.3 version, the upgrade was smooth so far, most problems came from the SQL Server driver but these are not used in the test suite, since the test database is SQLite. The only thing I had to change in the project itself was removing the jogging app since the 1.3 has built-in logging facilities. The problem is that the test suite now takes ~500 seconds to run, that's about 10 times longer than it did with the 1.2.3 version. Has anyone had a similar issue? I have a felling that this related to running Django under Windows. Regards, Cesar Canassa -- 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.