Skip to content

Commit 79da240

Browse files
committed
Use simple DjangoTestSuiteRunner until migration
1 parent 6fcfc60 commit 79da240

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

djangojs/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
TEMPLATE_DEBUG = DEBUG
1010
TESTING = len(sys.argv) > 1 and sys.argv[1] == 'test'
1111

12+
TEST_RUNNER = 'django.test.simple.DjangoTestSuiteRunner'
13+
1214
PROJECT_ROOT = abspath(join(dirname(__file__), '..'))
1315

1416
ADMINS = (

0 commit comments

Comments
 (0)