From 2434518d217b66f5a09c228dc47a3d8220298dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 16 Aug 2023 13:31:56 +0200 Subject: [PATCH] [TEST] better logs (#1866) now you can see which lnbits logs belongs to which tests! :) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3e23a6b0b..e6e95576c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,6 +98,7 @@ module = [ ignore_missing_imports = "True" [tool.pytest.ini_options] +log_cli = true addopts = "--durations=1 -s --cov=lnbits --cov-report=xml" testpaths = [ "tests"