chore(api): add pytest-django settings module config (#2006)
This commit is contained in:
parent
7bf3a3f085
commit
8a1fffe496
|
@ -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/*",
|
||||
|
|
Loading…
Reference in New Issue