Django

Code

Changeset 2734

Show
Ignore:
Timestamp:
04/23/06 16:59:49 (3 years ago)
Author:
adrian
Message:

magic-removal: Changed unit tests to run with DEBUG = False

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/magic-removal/tests/runtests.py

    r2457 r2734  
    7676        # Manually set INSTALLED_APPS to point to the test models. 
    7777        settings.INSTALLED_APPS = [MODEL_TESTS_DIR_NAME + '.' + a for a in get_test_models()] 
     78 
     79        # Manually set DEBUG = False. 
     80        settings.DEBUG = False 
    7881 
    7982        from django.db import connection