test(deltachat-rpc-client): enable logs in pytest

This makes pytest setup a logger for `logging` module.
This commit is contained in:
link2xt
2023-10-09 20:04:56 +00:00
parent 96a89b5bdc
commit 3917c6b2f0

View File

@@ -71,3 +71,6 @@ line-length = 120
[tool.isort]
profile = "black"
[tool.pytest.ini_options]
log_cli = true