]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Make pytest a bit more verbose
authorMichal Nowak <mnowak@isc.org>
Wed, 21 Feb 2024 17:02:05 +0000 (18:02 +0100)
committerMichal Nowak <mnowak@isc.org>
Thu, 22 Feb 2024 17:03:30 +0000 (18:03 +0100)
The "-vv" option gives us full untruncated diffs of compared data
strustures.

bin/tests/system/pytest.ini

index a8733cefb6b2237870a41bd2db4c4b6612a38695..ff17998e3523afecc034a39bf4f36b178e18ff15 100644 (file)
@@ -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