gabykim's picture
vscode pytest settings
4e58eba
raw
history blame
147 Bytes
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}