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"