test(api): always print logs while testing (#1988)
This commit is contained in:
parent
77f5c9951e
commit
6dfd4dd086
|
@ -29,6 +29,10 @@ ignore_missing_imports = true
|
||||||
[tool.django-stubs]
|
[tool.django-stubs]
|
||||||
django_settings_module = "libretime_api.settings.testing"
|
django_settings_module = "libretime_api.settings.testing"
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
log_cli = true
|
||||||
|
log_cli_level = "DEBUG"
|
||||||
|
|
||||||
[tool.coverage.run]
|
[tool.coverage.run]
|
||||||
omit = [
|
omit = [
|
||||||
"*/tests/*",
|
"*/tests/*",
|
||||||
|
|
Loading…
Reference in New Issue