-
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
pytest results doesn't shows in Test Explorer #7285
Comments
I got the same error when running against jsonpickle/jsonpickle@350d16a with python 3.6.8, pytest 5.1.0, and pytest-cov 2.6.1 on windows 10 vscode 1.38 python ext info:
|
actually this appears to be a duplicate of #6990 |
Exactly the same error (no representation of results in Test Explorer) in my setup with addition of following error. |
Thanks for taking the time to report this, I'm closing since it is a duplicate of #6990. |
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977): Language ServerExpected behaviour
Shows passed tests in Test Explorer sidebar
Actual behaviour
Doesn't Show passed tests in Test Explorer sidebar
Steps to reproduce:
[pytest]
addopts = -n=5 --reruns=2 --driver=Remote --variables=capabilities.json
Logs
Output:
P.S.
File with tests is placed in root of project directory with pytest.ini
VSCode:
Terminal:
The text was updated successfully, but these errors were encountered: