vscode-python-test-adapter icon indicating copy to clipboard operation
vscode-python-test-adapter copied to clipboard

Python Test Adapter for the VS Code Test Explorer

Results 67 vscode-python-test-adapter issues
Sort by recently updated
recently updated
newest added

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)...

![1](https://user-images.githubusercontent.com/68019891/182777025-6b913bf3-b8e5-4b38-b9f8-39bc5de4632f.png) 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: ![image](https://user-images.githubusercontent.com/101780176/167050247-53ad50a2-a495-4eff-b7d7-02e73691e237.png) 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`...