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]
|
||||
django_settings_module = "libretime_api.settings.testing"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
log_cli = true
|
||||
log_cli_level = "DEBUG"
|
||||
|
||||
[tool.coverage.run]
|
||||
omit = [
|
||||
"*/tests/*",
|
||||
|
|
Loading…
Reference in New Issue