Skip to content

test: add Django settings fixture

Jarosław Surkont requested to merge dev into master

There are a few ways to create Django settings for testing. This commit uses a solution that does not require setting up environmental variables. Other solutions can be found at https://pytest-django.readthedocs.io/en/latest/configuring_django.html

Merge request reports