Test output is not kept for sucessful tests (pytest) #25111
Labels
area-testing
info-needed
Issue requires more information from poster
triage-needed
Needs assignment to the proper sub-team
Uh oh!
There was an error while loading. Please reload this page.
Does this issue occur when all extensions are disabled?: No
Steps to Reproduce:
I am testing python code with pytest. I use test explorer to run them. I instruct it to keep logging in test results by
When I get back to a previously run test, whatever the settings are , it writes
I wasn't really able to see results of succesful tests post test .It seems that if I pass
-s
then it is kept as long as I am keep focus on same on the same test , which is just funny. As mentioned in microsoft/vscode#242097 ,This is a bug since this output is factually incorrect. It should have been
So it is probably also a (basic) feature request.
The text was updated successfully, but these errors were encountered: