mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Change settings._TEST_ENVIRONMENT to settings.TEST_ENVIRONMENT to address not-found issues during initialization
This commit is contained in:
parent
d353d87628
commit
8914e7b0b6
10 changed files with 26 additions and 35 deletions
|
|
@ -1246,7 +1246,7 @@ AMP_CLIENT_PROTOCOL_CLASS = "evennia.server.amp_client.AMPServerClientProtocol"
|
|||
# don't change this manually, it can be checked from code to know if
|
||||
# being run from a unit test (set by the evennia.utils.test_resources.BaseEvenniaTest
|
||||
# and BaseEvenniaTestCase unit testing parents)
|
||||
_TEST_ENVIRONMENT = False
|
||||
TEST_ENVIRONMENT = False
|
||||
|
||||
######################################################################
|
||||
# Django extensions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue