Skip to content

command 'python.configureTests' not found #5619

@starmandeluxe

Description

@starmandeluxe

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:

  1. Ctrl+Shift+P
  2. Type "Python: Configure Tests"
  3. Click the first option

Logs

Output for Python in the Output panel (ViewOutput, 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 buginfo-neededIssue requires more information from poster

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions