test: enable logs when running pytest (#2008)

This commit is contained in:
Jonas L 2022-07-31 11:23:27 +02:00 committed by GitHub
parent d7e6b6a776
commit 140cf4427b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 0 deletions

View File

@ -6,6 +6,10 @@ disable = [
"missing-module-docstring",
]
[tool.pytest.ini_options]
log_cli = true
log_cli_level = "DEBUG"
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

View File

@ -6,6 +6,10 @@ disable = [
"missing-module-docstring",
]
[tool.pytest.ini_options]
log_cli = true
log_cli_level = "DEBUG"
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

View File

@ -6,6 +6,10 @@ disable = [
"missing-module-docstring",
]
[tool.pytest.ini_options]
log_cli = true
log_cli_level = "DEBUG"
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

View File

@ -12,6 +12,10 @@ disallow_incomplete_defs= true
disallow_untyped_calls= true
disallow_untyped_defs= true
[tool.pytest.ini_options]
log_cli = true
log_cli_level = "DEBUG"
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

View File

@ -6,6 +6,10 @@ disable = [
"missing-module-docstring",
]
[tool.pytest.ini_options]
log_cli = true
log_cli_level = "DEBUG"
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"