Skip to content

Commit

Permalink
testsuite_framework: document verbosity= parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Sep 25, 2024
1 parent b3c94c3 commit 79edcba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/smartcard/test/framework/testsuite_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ def suite():

if __name__ == '__main__':
configcheck.checklocalconfig()
unittest.main(defaultTest='suite')
# set verbosity=2 to get more details
unittest.main(defaultTest='suite', verbosity=1)

0 comments on commit 79edcba

Please sign in to comment.