#8401: Default TEST_RUNNER - 'django.test.simple.run_tests' - forces settings.DEBUG = False ------------------------------------+--------------------------------------- Reporter: rishi | Owner: nobody Status: new | Milestone: Component: Unit test system | Version: SVN Keywords: TEST_RUNNER DEBUG test | Stage: Unreviewed Has_patch: 0 | ------------------------------------+--------------------------------------- There doesn't seem to be a documented reason for forcing the settings.DEBUG value to False. The TEST_RUNNER should just use the value specified in the --settings option of the test management command. If there is a good reason to force the setting, it should be doc'd.
Commenting out this line and running this test w/ settings.DEBUG = True seems to work. Here is the code: source:/django/trunk/django/test/simple.py#L123 -- Ticket URL: <http://code.djangoproject.com/ticket/8401> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
