You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @afuetterer , I updated the settings to make them similar to the new rdmo-app (with an identical testing/config/settings/__init__.py) and put the database config in testing/config/settings/base.py based on a environment variable GITHUB_DB_BACKEND.
Rationale / Begründung
Can the test settings testing/config/settings be set up differently? It is a little difficult to wrap your head around the settings setup.
Affected
Tests.
Minimal functionality
I propose the following setup:
Remove the mysql, postgres, sqlite modules and choose the database backend from an env variable.
What do you think?
References / Verweise
Similar to:
The text was updated successfully, but these errors were encountered: