question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request]: Jumping to definition of fixture in VS Code

See original GitHub issue

Is there any IDE which pytest supports fully, like code intellisense, jumping to definition etc. Pycharm works ok with pytest but it is far from ideal. Is there any plugin to jump to fixture definition in vs code?

  • Include a detailed description of the bug or suggestion
  • pip list of the virtual environment you are using
  • pytest and operating system versions
  • Minimal example if possible

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
nicoddemuscommented, Feb 26, 2019

From the top of my head: code completion for fixtures (so if you type tmpdir. it will show all tmpdir methods), “go to definition” for fixtures, run tests selecting them in a windows…

0reactions
blueyedcommented, Feb 26, 2019

Sadly no docs apparently. /me was just interested what it provides/does, but does not use PyCharm himself.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pytest-fixtures - Visual Studio Marketplace
VSCode extension to provide intellisense for Pytest Fixtures. Inspired by pytest-vscode. Uses pytest --fixtures to get fixture information.
Read more >
Organize Tests | Basic Guides | Guides | Docs - TestCafe
This topic describes how to organize test code, declare fixtures, tests, ... plugin to avoid the 'fixture' is not defined and 'test' is...
Read more >
Pytrize feature: jump to pytest fixture declaration : r/neovim
12 votes, 10 comments. A few days ago I announced `pytrize` to help working with pytest test parameters. u/evaryont asked if it was...
Read more >
CHANGELOG.md - Google Git
It currently supports launch type requests in debug or test mode. ... Support Go to Definition feature when using modules even when VS...
Read more >
Unit testing fundamentals - Visual Studio (Windows)
Learn how Visual Studio Test Explorer provides a flexible and efficient ... Rerun unit tests when you make changes to test that your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found