Further tweaks to unit test systems

This commit is contained in:
Griatch 2014-03-15 14:06:28 +01:00
parent 67c4896a53
commit 440afe6928
3 changed files with 24 additions and 29 deletions

View file

@ -522,7 +522,7 @@ INSTALLED_APPS = (
AUTH_USER_MODEL = "players.PlayerDB"
#AUTH_PROFILE_MODULE = "players.PlayerDB"
# Use a custom test runner that just tests Evennia-specific apps.
TEST_RUNNER = 'src.server.testing_suite.EvenniaTestSuiteRunner'
TEST_RUNNER = 'src.server.tests.EvenniaTestSuiteRunner'
######################################################################
# Django extensions