diff --git a/testproject/testproject/settings.py b/testproject/testproject/settings.py --- a/testproject/testproject/settings.py +++ b/testproject/testproject/settings.py @@ -152,8 +152,6 @@ INSTALLED_APPS = ( 'south', # Generic mixins for Django. 'braces', - # Enable test-runner. - 'discover_runner', # Better forms, including styling functions. 'crispy_forms', ) @@ -189,6 +187,3 @@ LOGGING = { # View that should be called for log-in action. LOGIN_URL = "login" - -# Use custom test runner. -TEST_RUNNER = 'discover_runner.DiscoverRunner'