Commit only for debugging Container

This commit is contained in:
Qubasa
2023-10-25 11:34:11 +02:00
parent b1d0129fc0
commit 86790a6282

View File

@@ -21,7 +21,7 @@ testpaths = "tests"
faulthandler_timeout = 60
log_level = "DEBUG"
log_format = "%(levelname)s: %(message)s"
addopts = "--cov . --cov-report term --cov-report html:.reports/html --no-cov-on-fail --durations 5 --color=yes --maxfail=1 --new-first -n0 -s" # Add --pdb for debugging
addopts = "--cov . --cov-report term --cov-report html:.reports/html --no-cov-on-fail --durations 5 --color=yes --new-first -n0 -s" # Add --pdb for debugging
norecursedirs = "tests/helpers"
markers = [ "impure" ]