-
Notifications
You must be signed in to change notification settings - Fork 1.2k
command 'python.configureTests' not found #5619
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
Comments
Unfortunately, I am not able to reproduce this error. Please ensure the extension has activated by opening a python file. Also please try removing |
@karrtikr I performed the actions you recommended and there was no difference in behavior: The error still shows, but if I click on the top notification I am able to choose a test framework, however it still does not find my test even though I have a valid unit test file in my directory. |
Please could you provide:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Closing this issue as its been over 4 weeks, since the information was requested. |
Environment data
Expected behaviour
Should get an additional menu to select and then install the test framework.
Actual behaviour
Error pops up in VS Code at the bottom saying: "command 'python.configureTests' not found"
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)The text was updated successfully, but these errors were encountered: