2009/4/21 Filip Gruszczyński <[email protected]>: > > Even for Remote User tests? I have no intention of having remote > users, so what is the reason for putting it as a default in SVN > version? I am testing right now SVN version and I get a lot of bogus > errors, where there should be none. > > Isn't there any quick and elegant way I can disable it? >
Quick? yes. Elegant? The jury is still out. [1]Ticket8363 includes a patch that allow you to exclude selected tests from the suite when you ejecute the Django test runner runtests.py. If you can the isolate tests you want to skip to a specification similar to the one used to specify the test to run, then it can be of some help. I've also been told nose has similar functionality. Regards, -- Ramiro Morales http://rmorales.net 1. http://code.djangoproject.com/ticket/8363 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

