pytest and the "warnings summary" #21051
-
Hello, I've just started using pytest. When I run pytest by issuing When I run the tests inside VSCode however, all I get as output is this (also see the screenshot below):
Is there any way to get more info from my tests (even if they were completed successfully)? I've tried adding the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We currently don't surface any of that information. Please open a feature request if you would like to see more info. |
Beta Was this translation helpful? Give feedback.
-
Thanks @brettcannon for the reply. Just in case anyone else faces this issue, I've solved it by adding the pytest-html plugin to my tests, creating an html file which does contain this information each time I run a test. |
Beta Was this translation helpful? Give feedback.
We currently don't surface any of that information. Please open a feature request if you would like to see more info.