Skip to content

Commit 8c348f7

Browse files
committed
tests: pass -vv option to pytest
This should help in cases where it truncates the output. E AssertionError: assert {'aes', 'asim...simdrdm', ...} [...] E Extra items in the left set: E 'fp' E 'asimdhp' E 'sha2' E 'ssbs' E 'asimd' E 'crc32'... E E ...Full output truncated (47 lines hidden), use '-vv' to show Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 2fdb523 commit 8c348f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pytest.ini

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
; Omit verbose tracebacks, since they tend to pollute the output.
33
addopts =
44
--tb=short
5+
-vv
56
--durations=10
67
--showlocals
78
-m 'not nonci and not no_block_pr'

0 commit comments

Comments
 (0)