-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test result not found for with pytest on remote wsl #17270
Comments
Using the same setup, with the exception of conda rather than venv, I am seeing the same problem. Additionally, the Runtime Status tab for the Python extension shows 40 identical uncaught errors:
|
@karthiknadig : the error occured with a filenames not starting with py: here with test_ok.py |
Thanks! renaming the folder pytest is working workaround. |
facing also the same issue in WSL environment, test explorer tab is not able to extract the results. |
Environment data
python.languageServer
setting: Default[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (
python.languageServer: 'Microsoft'
), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]Expected behaviour
This simple test should appear succeeded in UI :
Actual behaviour
The test is failed (red circle) with this reason :
note: in output > Python Test Log, the test is passed
Steps to reproduce:
Follow those steps : #16963 (comment) with or without the activation of the insider channel activation.
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output for
Python Test Log
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython Test Log
)The text was updated successfully, but these errors were encountered: