From 3917c6b2f0682cd2b2fbec121c831e439caaf458 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 9 Oct 2023 20:04:56 +0000 Subject: [PATCH] test(deltachat-rpc-client): enable logs in pytest This makes pytest setup a logger for `logging` module. --- deltachat-rpc-client/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deltachat-rpc-client/pyproject.toml b/deltachat-rpc-client/pyproject.toml index 03a777697..d0253741b 100644 --- a/deltachat-rpc-client/pyproject.toml +++ b/deltachat-rpc-client/pyproject.toml @@ -71,3 +71,6 @@ line-length = 120 [tool.isort] profile = "black" + +[tool.pytest.ini_options] +log_cli = true