-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
Hello guys.
I've been facing some problems here when trying to debug tests that is decorated with parametrize.

VsCode can't recognize these tests with parametrize from pytest.
my .vscode/settings.json:
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
My VsCode version: 1.103.1
Does anyone know how to resolve this problem?
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team