Fixing the test runner. Unit test fixes pending.

This commit is contained in:
Greg Taylor 2010-11-22 15:33:28 +00:00
parent 2690e0790e
commit a3917073ff
3 changed files with 19 additions and 28 deletions

View file

@ -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)