mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Make pytest a bit more verbose
The "-vv" option gives us full untruncated diffs of compared data
strustures.
(cherry picked from commit bcbe34e22d)
This commit is contained in:
parent
b7bc0e8117
commit
0e92b14cce
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue