Skip to content
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

Run test | Debug test not showing if python language server is enabled #2394

Closed
petepall opened this issue Aug 15, 2018 · 1 comment
Closed

Comments

@petepall
Copy link

petepall commented Aug 15, 2018

**To be closed, found that this is duplicate of #1948 **

Environment data

  • VS Code version: 1.26
  • Extension version (available under the Extensions sidebar): 2018.7.1
  • OS and version: Windows 10 Pro
  • Python version (& distribution if applicable, e.g. Anaconda): Python 3.7
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): pipenv
  • Relevant/affected Python packages and their versions: Pytest

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:

  1. enable "python.jediEnabled": True

  2. create a python test file and discover the tests
    one sees the following:
    image

  3. disable "python.jediEnabled": False

  4. reload the window

  5. discover the tests
    image

@petepall
Copy link
Author

This is a duplicate of #1948

@lock lock bot locked as resolved and limited conversation to collaborators Sep 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant