[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,7 @@ module = [
ignore_missing_imports = "True" ignore_missing_imports = "True"
[tool.pytest.ini_options] [tool.pytest.ini_options]
log_cli = true
addopts = "--durations=1 -s --cov=lnbits --cov-report=xml" addopts = "--durations=1 -s --cov=lnbits --cov-report=xml"
testpaths = [ testpaths = [
"tests" "tests"