vscode-python-test-adapter
vscode-python-test-adapter copied to clipboard
Python Test Adapter for the VS Code Test Explorer
I love this extension, but it would be truly awesome to be able to filter (and then run) tests within the Test Explorer side pane based on the [pytest marker](https://docs.pytest.org/en/7.1.x/example/markers.html)...
 As you can see, test files in different folders are gathered in one column. How can i add nodes for folders to differ test files from different folders
Tests are found by the extension - but when I try to run them, they're being run at the wrong path. I'm using a Poetry venv in the default cache...
I'm getting the following error with the Python Test adapter and Pytest:  All the errors have a message like the following: ``` Test loading failed: Error: Error occurred during...
Is it possible to add support for https://github.com/benibenj/vscode-pythonCpp? That is used to automatically attach the gdb process to the python process. As of now I have to start debugging the...
I want to add support for the behave BDD test framework. I like the clean structure of your project and I hope I got everything covered to support behave (https://github.com/behave/behave).
If I get it right, this adapter evaluates results on generated xml file from pytest. Is there possibility to add other icon in test explorer UI than is used for...
[littlefoxteam.vscode-python-test-adapter-unresponsive.cpuprofile.txt](https://github.com/kondratyev-nv/vscode-python-test-adapter/files/6310802/littlefoxteam.vscode-python-test-adapter-unresponsive.cpuprofile.txt) - Issue Type: `Performance` - Extension Name: `vscode-python-test-adapter` - Extension Version: `0.6.7` - OS Version: `Windows_NT x64 10.0.19042` - VS Code version: `1.55.2` :warning: Make sure to **attach** this...
According to Test Explorer UI (the vscode extension) https://github.com/microsoft/vscode-docs/blob/vnext/api/extension-guides/testing.md#migrating-from-the-test-explorer-ui, "If you have an existing extension using the Test Explorer UI, we suggest you migrate to the native experience for additional...
Hello ,i use this extension to test my python code. I use pytest and pytest-mock, when i run test case, it show `fixture 'mocker' not found`. But i run `pytest`...