[extensions-web/django/upgrade-1.8] django: use deprecated test runner for now.
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web/django/upgrade-1.8] django: use deprecated test runner for now.
- Date: Tue, 25 Oct 2016 20:28:41 +0000 (UTC)
commit a87720635f394daea78ac5e64a9f16c47c602ee6
Author: Yuri Konotopov <ykonotopov gnome org>
Date: Tue Oct 25 19:32:51 2016 +0300
django: use deprecated test runner for now.
sweettooth/settings.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index e592616..1c1da64 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -172,6 +172,8 @@ XAPIAN_DB_PATH = os.path.join(SITE_ROOT, '..', 'xapian.db')
THUMBNAIL_DEBUG = True
+TEST_RUNNER="django.test.simple.DjangoTestSuiteRunner"
+
try:
from local_settings import *
except ImportError:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]