test(api): always print logs while testing (#1988)

This commit is contained in:
Jonas L 2022-07-25 21:20:18 +02:00 committed by GitHub
parent 77f5c9951e
commit 6dfd4dd086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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/*",