You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes/No
VS Code Version:
OS Version:
Steps to Reproduce:
Here is my workspace file.
make workspace, and midir test dir named test, and make an test file named test_2.py, outside the test folder.
set config, "python.testing.pytestArgs": ["test"] in workspace setting.
click debug button front of test_11122.
It not only restarted the unit test I had previously run, but also started another test. And another test is not in the testing directory of the configuration file.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Here is my workspace file.
![image](https://camo.githubusercontent.com/23d6de2e4088568ac54169ef67ee5445dfffa87e732480066109209b126a2ab6/68747470733a2f2f6769746875622d636f6d2f757365722d6174746163686d656e74732f6173736574732f36613431663562302d303435662d346138382d623864352d316237613330626266396435)
It not only restarted the unit test I had previously run, but also started another test. And another test is not in the testing directory of the configuration file.
The text was updated successfully, but these errors were encountered: