Upgrade test runner to derive from DiscoveryRunner.
This commit is contained in:
parent
f075bcf297
commit
c03bac5efd
10 changed files with 67 additions and 97 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue