From: Michal Nowak Date: Wed, 21 Feb 2024 17:02:05 +0000 (+0100) Subject: Make pytest a bit more verbose X-Git-Tag: v9.19.22~26^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bcbe34e22dd30a7235417ab6c38541a1556fa4bd;p=thirdparty%2Fbind9.git Make pytest a bit more verbose The "-vv" option gives us full untruncated diffs of compared data strustures. --- diff --git a/bin/tests/system/pytest.ini b/bin/tests/system/pytest.ini index a8733cefb6b..ff17998e352 100644 --- a/bin/tests/system/pytest.ini +++ b/bin/tests/system/pytest.ini @@ -10,7 +10,7 @@ # information regarding copyright ownership. [pytest] -addopts = --tb=short -rA +addopts = --tb=short -rA -vv log_format = %(asctime)s %(levelname)s:%(name)s %(message)s log_date_format = %Y-%m-%d %H:%M:%S log_cli = 1