Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Pytest IntelliSenseNew to Visual Studio Code? Get it now.
Pytest IntelliSense

Pytest IntelliSense

Reverb Chu

|
7,096 installs
| (2) | Free
Autocompletion and Go To Definition support for Pytest fixtures
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Pytest IntelliSense

The vscode-pytest extension brings additional pytest integration to VSCode. Using the output from pytest --fixtures, it teaches VS Code where the fixtures are defined, and what are the available fixtures.

This work is inspired and derived from cameronmaske/pytest-vscode

Configuration

This extension honors the python.testing.pytestPath and python.pythonPath from core Python extension. If python.testing.pytestPath is set, it'll leverage that command to perform pytest fixture collection; otherwise use python.pythonPath + -m pytest.

Release Notes

See CHANGELOG

License

vscode-pytest is available under MIT license.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft