mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Remove a special case for comment tests from runtests.py.
This commit is contained in:
parent
571b2d139b
commit
d056124269
2 changed files with 6 additions and 8 deletions
|
@ -80,10 +80,6 @@ def setup(verbosity, test_labels):
|
|||
settings.TEMPLATE_DIRS = (os.path.join(RUNTESTS_DIR, TEST_TEMPLATE_DIR),)
|
||||
settings.LANGUAGE_CODE = 'en'
|
||||
settings.SITE_ID = 1
|
||||
# For testing comment-utils, we require the MANAGERS attribute
|
||||
# to be set, so that a test email is sent out which we catch
|
||||
# in our tests.
|
||||
settings.MANAGERS = ("admin@djangoproject.com",)
|
||||
|
||||
# Load all the ALWAYS_INSTALLED_APPS.
|
||||
get_apps()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue