Upgrade test runner to derive from DiscoveryRunner.

This commit is contained in:
Jonathan Piacenti 2015-02-22 17:48:24 -06:00 committed by Griatch
parent f075bcf297
commit c03bac5efd
10 changed files with 67 additions and 97 deletions

View file

@ -610,7 +610,7 @@ INSTALLED_APPS = (
# The user profile extends the User object with more functionality;
# This should usually not be changed.
AUTH_USER_MODEL = "players.PlayerDB"
#AUTH_PROFILE_MODULE = "players.PlayerDB"
# Use a custom test runner that just tests Evennia-specific apps.
TEST_RUNNER = 'evennia.server.tests.EvenniaTestSuiteRunner'