Skip to content

Commit

Permalink
tests: pass -vv option to pytest
Browse files Browse the repository at this point in the history
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 <pablob@amazon.com>
  • Loading branch information
pb8o committed Sep 17, 2024
1 parent 9d5dee3 commit a4b3d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
; Omit verbose tracebacks, since they tend to pollute the output.
addopts =
--tb=short
-vv
--durations=10
--showlocals
-m 'not nonci and not no_block_pr'
Expand Down

0 comments on commit a4b3d93

Please sign in to comment.