Fix missing unit test flag
This commit is contained in:
parent
5dc596f24b
commit
ed7b1634a2
3 changed files with 3 additions and 4 deletions
|
|
@ -97,6 +97,7 @@ DEFAULT_SETTING_RESETS = dict(
|
|||
BASE_GUEST_TYPECLASS="evennia.accounts.accounts.DefaultGuest",
|
||||
# a special setting boolean TEST_ENVIRONMENT is set by the test runner
|
||||
# while the test suite is running.
|
||||
TEST_ENVIRONMENT=True
|
||||
)
|
||||
|
||||
DEFAULT_SETTINGS = {**all_from_module(settings_default), **DEFAULT_SETTING_RESETS}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue