From 99a452ad471eea83efc0d4f417196b57741c6b81 Mon Sep 17 00:00:00 2001 From: Teo Date: Fri, 29 Nov 2024 12:43:00 -0600 Subject: [PATCH] save Signed-off-by: Teo --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74c0f791..c40d025a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,8 +62,11 @@ asyncio_default_fixture_loop_scope = "function" test_paths = [ "tests", ] -addopts = "--import-mode=importlib --tb=short -p no:warnings" +addopts = "--import-mode=importlib --tb=short -p no:warnings -s" pythonpath = ["."] +log_cli = "True" +log_cli_level = "INFO" + [tool.ruff] line-length = 120