revert pytest log format

This is makes error output of command extremly unreadable.

If someone wants a different value they can specify it on the
commandline.
This commit is contained in:
Jörg Thalheim
2024-12-04 15:18:25 +01:00
parent e499aa0903
commit 7e28cca612

View File

@@ -31,7 +31,7 @@ clan_cli = [
testpaths = "tests" testpaths = "tests"
faulthandler_timeout = 60 faulthandler_timeout = 60
log_level = "DEBUG" log_level = "DEBUG"
log_format = "%(levelname)s: %(message)s\n %(pathname)s:%(lineno)d::%(funcName)s" log_format = "%(message)s"
addopts = "--cov . --cov-report term --cov-report html:.reports/html --no-cov-on-fail --durations 5 --color=yes --new-first -W error -n auto" # Add --pdb for debugging addopts = "--cov . --cov-report term --cov-report html:.reports/html --no-cov-on-fail --durations 5 --color=yes --new-first -W error -n auto" # Add --pdb for debugging
norecursedirs = "tests/helpers" norecursedirs = "tests/helpers"
markers = ["impure", "with_core"] markers = ["impure", "with_core"]