You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm adding some logging into my pytest logs (after enabling logging in the pyproject.toml).
However, I cannot figure out where I can find them.
The Output window (for "Test Explorer" shows nothing when the test is successful, and is filled with the details of the assertion error if there is one, but the logs don't show either).
If I use the "standard" Test Explorer, those logs appear in the "Python Test Log". What's the equivalent for your (better in all other respects) Test Adapter?
I'm adding some logging into my pytest logs (after enabling logging in the pyproject.toml).
However, I cannot figure out where I can find them.
The Output window (for "Test Explorer" shows nothing when the test is successful, and is filled with the details of the assertion error if there is one, but the logs don't show either).
If I use the "standard" Test Explorer, those logs appear in the "Python Test Log". What's the equivalent for your (better in all other respects) Test Adapter?
For example:
and in pyproject.toml:
The text was updated successfully, but these errors were encountered: