Open
Description
We use a setup where we do not use djangos "default" initialization but create our own settings via Djangos settings.configure(xxx)
.
Currently this is not supported via pytest-django but a very minor change could allow such a functionality.
I think all that would be necessary is the possibility to call a callback before Line 351 (https://github.com/pytest-dev/pytest-django/blob/master/pytest_django/plugin.py#L351).
This change should not have any side effect for existing projects and by default the behavior of the library would not be changed at all.
I will provide a suggestion in the next days for a MWE.
Metadata
Metadata
Assignees
Labels
No labels