Merge pull request #398 from adamchainz/remove_env_loaded

Remove ENV_LOADED from test class
This commit is contained in:
Christopher Broderick 2024-11-18 16:08:45 +00:00 committed by GitHub
commit fcd03ada0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,6 @@ import os
import uuid
from configurations import Configuration, pristinemethod
from configurations.values import BooleanValue
class Test(Configuration):
@ -10,8 +9,6 @@ class Test(Configuration):
os.path.join(os.path.dirname(
os.path.abspath(__file__)), os.pardir))
ENV_LOADED = BooleanValue(False)
DEBUG = True
SITE_ID = 1