chore(api): add pytest-django settings module config (#2006)

This commit is contained in:
Jonas L 2022-07-27 18:11:50 +02:00 committed by GitHub
parent 7bf3a3f085
commit 8a1fffe496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ django_settings_module = "libretime_api.settings.testing"
log_cli = true
log_cli_level = "DEBUG"
DJANGO_SETTINGS_MODULE = "libretime_api.settings.testing"
[tool.coverage.run]
omit = [
"*/tests/*",