forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-testingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from poster
Description
Environment data
- VS Code version: 1.33.1
- Extension version (available under the Extensions sidebar): 2019.4.12954
- OS and version: MacOS Mojave 10.14.4
- Python version (& distribution if applicable, e.g. Anaconda): 3.7.3
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
- Relevant/affected Python packages and their versions: XXX
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:
- Ctrl+Shift+P
- Type "Python: Configure Tests"
- Click the first option
Logs
Output for Python
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Python
)
N/A
Output from Console
under the Developer Tools
panel (toggle Developer Tools on under Help
; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging
)
Error: command 'python.configureTests' not found
at Proxy._tryExecuteCommand (workbench.main.js:sourcemap:3027)
at r.then.i (workbench.main.js:sourcemap:3027)
at process._tickCallback (internal/process/next_tick.js:68)
Metadata
Metadata
Assignees
Labels
area-testingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from poster