[Feature Request]: Jumping to definition of fixture in VS Code
See original GitHub issueIs 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:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
From the top of my head: code completion for fixtures (so if you type
tmpdir.
it will show alltmpdir
methods), “go to definition” for fixtures, run tests selecting them in a windows…Sadly no docs apparently. /me was just interested what it provides/does, but does not use PyCharm himself.