VS Code Pytest Extension⚠️ This addon is in alpha. Functionality and elegance are still be developed. If you encounter any issues, bug reports would be appreciated. ⚠️ A VS Code extensions that adds IntelliSense support for pytest fixtures. This is a shameless inspired to port Pycharm's pytest functionality over to VS Code. Setup.The addon requires you to set your pytest command
(behind the scenes, the addon runs If you are using a virtual environment, when inside of it, you can find the fully fledged path to pytest by running
Then set
If you are using pipenv, your setting might look like....
If you are running pytest instead of Docker compose, your setting might look similar too...
ContributingContribution to this extension are welcome! Before submitting any changes, please first discuss the changes you wish to make via an issue. |