test: enable logs when running pytest (#2008)
This commit is contained in:
parent
d7e6b6a776
commit
140cf4427b
5 changed files with 20 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue