|
Hi, I am sometimes having a hard time troubleshooting failing tests stuck in an infinite loop. |
Answered by
webknjaz
Mar 26, 2021
Replies: 2 comments 2 replies
|
Also, are you aware of any pattern to retrieve logs from an ongoing test (stuck test for example) ? |
1 reply
|
I believe increasing the pytest verbosity with |
1 reply
Answer selected by
webknjaz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe increasing the pytest verbosity with
-vvvvvshould solve your problem.