Fixing the test runner. Unit test fixes pending.
This commit is contained in:
parent
2690e0790e
commit
a3917073ff
3 changed files with 19 additions and 28 deletions
|
|
@ -398,6 +398,8 @@ TEMPLATE_CONTEXT_PROCESSORS = (
|
|||
'django.core.context_processors.media',
|
||||
'django.core.context_processors.debug',
|
||||
'game.web.utils.general_context.general_context',)
|
||||
# Use a custom test runner that just tests Evennia-specific apps.
|
||||
TEST_RUNNER = 'src.utils.test_utils.EvenniaTestSuiteRunner'
|
||||
|
||||
###################################################
|
||||
# Evennia components (django apps)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue