Merge pull request #706 from rocha/enable-django-nose-for-all
Enable the django_nose app by default
This commit is contained in:
@@ -332,6 +332,9 @@ INSTALLED_APPS = (
|
||||
# Monitor the status of services
|
||||
'service_status',
|
||||
|
||||
# Testing
|
||||
'django_nose',
|
||||
|
||||
# For CMS
|
||||
'contentstore',
|
||||
'auth',
|
||||
@@ -339,7 +342,7 @@ INSTALLED_APPS = (
|
||||
'student', # misleading name due to sharing with lms
|
||||
'course_groups', # not used in cms (yet), but tests run
|
||||
|
||||
# tracking
|
||||
# Tracking
|
||||
'track',
|
||||
|
||||
# For asset pipelining
|
||||
|
||||
@@ -18,7 +18,6 @@ from path import path
|
||||
from warnings import filterwarnings
|
||||
|
||||
# Nose Test Runner
|
||||
INSTALLED_APPS += ('django_nose',)
|
||||
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
|
||||
|
||||
TEST_ROOT = path('test_root')
|
||||
|
||||
Reference in New Issue
Block a user