We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
**To be closed, found that this is duplicate of #1948 **
When enabling the python language server instead of the jedi, one looses the functionality to run test on individual methods or functions.
Run test and debug test functionality remains available when using the python language server
enable "python.jediEnabled": True
create a python test file and discover the tests one sees the following:
disable "python.jediEnabled": False
reload the window
discover the tests
The text was updated successfully, but these errors were encountered:
This is a duplicate of #1948
Sorry, something went wrong.
No branches or pull requests
**To be closed, found that this is duplicate of #1948 **
Environment data
Actual behavior
When enabling the python language server instead of the jedi, one looses the functionality to run test on individual methods or functions.
Expected behavior
Run test and debug test functionality remains available when using the python language server
Steps to reproduce:
enable "python.jediEnabled": True
create a python test file and discover the tests
![image](https://user-images.githubusercontent.com/42099752/44142893-03f326d0-a082-11e8-9644-d31be7189c1c.png)
one sees the following:
disable "python.jediEnabled": False
reload the window
discover the tests
![image](https://user-images.githubusercontent.com/42099752/44143053-7d68770e-a082-11e8-83bf-27a87974a710.png)
The text was updated successfully, but these errors were encountered: