vscode-python-test-adapter
vscode-python-test-adapter copied to clipboard
the process with PID 640 has been terminated
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 but in output --python test log I can see below
Requried test coverage of 5% reached. Total coverage:57.92% ERROR: The process with PID 2460(child process of PID 640) could not be terminated Reason: There is no running instance of the task.
Success:The process with PID 640(child process of PID 16124) has been terminated.
Can anyone help me to understand the error msg and why it shows passed and then this msg .
@kondratyev-nv can you please look into my issue
@monika1203 Thank you for the issue! Have you tried running your tests from the command line? Is everything working as expected with coverage disabled?