[TEST] better logs (#1866)

now you can see which lnbits logs belongs to which tests! :)
This commit is contained in:
dni ⚡
2023-08-16 13:31:56 +02:00
committed by GitHub
parent 26a0633d49
commit 2434518d21

View File

@@ -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"