http://code.djangoproject.com/ticket/13873

As part of a normal testing routine, I find it annoying that django
tests ALL of the applications listed in INSTALLED_APPS.  While I do
want it to test most of them, I rarely want it to test third party
applications.  This ticket has a patch that adds a TEST_SKIP_APP_TESTS
setting that allows for a developer to explicitly request that certain
apps are not tested when one runs ./manage.py test

The tests for applications listed in  TEST_SKIP_APP_TESTS doesn't stop
one from asking for that application to be tested by passing it's app
label to ./manage.py test as a command line argument.

In any case, I was hoping to get a review/feedback on the patch.  I'm
more than willing to improve it in order to get it included.  The
original idea came from z...@nox.cx

Lakin Wecker

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to