mirror of
https://github.com/evennia/evennia.git
synced 2026-04-06 16:44:08 +02:00
More refactoring of the unittest system
This commit is contained in:
parent
7571e3606d
commit
67c4896a53
6 changed files with 8 additions and 10 deletions
|
|
@ -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.utils.test_utils.EvenniaTestSuiteRunner'
|
||||
TEST_RUNNER = 'src.server.testing_suite.EvenniaTestSuiteRunner'
|
||||
|
||||
######################################################################
|
||||
# Django extensions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue