Use separate module for pytest settings (#13895)

* Use separate module for test settings

* Further refine some pre-existing comments in settings

* Add CACHES to setting snapshot exceptions to accommodate changed load order
This commit is contained in:
Alan Rominger
2023-04-25 13:31:46 -04:00
committed by GitHub
parent 8c187c74fc
commit 0a13762f11
7 changed files with 41 additions and 33 deletions

View File

@@ -8,6 +8,7 @@ LOCAL_SETTINGS = (
'BROADCAST_WEBSOCKET_PROTOCOL',
'BROADCAST_WEBSOCKET_SECRET',
'DATABASES',
'CACHES',
'DEBUG',
'NAMED_URL_GRAPH',
)