Fix missing unit test flag

This commit is contained in:
Griatch 2023-12-02 20:07:00 +01:00
parent 5dc596f24b
commit ed7b1634a2
3 changed files with 3 additions and 4 deletions

View file

@ -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}