From 0e92b14cce6b97f526d9b0522eae2fbd25df3163 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Wed, 21 Feb 2024 18:02:05 +0100 Subject: [PATCH] Make pytest a bit more verbose The "-vv" option gives us full untruncated diffs of compared data strustures. (cherry picked from commit bcbe34e22dd30a7235417ab6c38541a1556fa4bd) --- bin/tests/system/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/pytest.ini b/bin/tests/system/pytest.ini index a8733cefb6..ff17998e35 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