When i try to launch a test from pytest plugin in VSCode, it shows me the error:
ERROR: not found path_to_the_test
(no name 'path_to_the_test' in any of [])
This usually happen when i have a test with multiple parameters and i try to launch the test with a specific one, but launching the test normally has always worked until 10th of October.
I have all init.py required, and didn't change the code.
Python version: 3.10.9
VsCode version: 1.83.1