vscode-python-test-adapter
vscode-python-test-adapter copied to clipboard
Python Test Adapter for the VS Code Test Explorer
if I add a folder with tests into a workspace and there is no pytest.ini in that folder and the pytest.ini is in the folder parent directory, test explorer will...
- Issue Type: `Bug` - Extension Name: `vscode-python-test-adapter` - Extension Version: `0.6.8` - OS Version: `Windows_NT ia32 10.0.19041` - VS Code version: `1.57.1` :warning: We have written the needed data...
- Issue Type: `Bug` - Extension Name: `vscode-python-test-adapter` - Extension Version: `0.6.8` - OS Version: `Windows_NT ia32 10.0.19041` - VS Code version: `1.57.1` :warning: We have written the needed data...
Using the vscode test explorer I can see test output (i.e. passed failed) during the test run in the python test log output window. I don't seem to be able...
Contrary to Python extension's Test View, this test adapter does not activate virtual environment (neither for discovery nor for the tests). Consider the following `run_test.py` file: ```python import unittest import...
I am trying to run a Testcase in VScode set , where in setup.cfg file I have given --cov--fail-under=5 Now I ran a Testcase via test explorer it pass passed...
Hi I am a VSCodium (an open-source fork of VSCode) user and due to some legal considerations, they cannot include the microsoft extensions store on it. They instead use the...
Hi, Using vscode-python-test-adapter's test explorer, I got : ``` Error running command test-explorer.show-source: Running the contributed command: 'test-explorer.show-source' failed.. This is likely caused by the extension that contributes test-explorer.show-source. ```...
Is there a config to disable showing the output window on running a test. Every time I run a test, it pulls up the output window. This is very annoying...
- Issue Type: `Bug` - Extension Name: `vscode-python-test-adapter` - Extension Version: `0.6.8` - OS Version: `Windows_NT x64 10.0.19042` - VS Code version: `1.56.0` :warning: We have written the needed data...