template-python / .vscode /settings.json
npv2k1's picture
update
eee346e
raw
history blame
128 Bytes
{
"python.testing.pytestArgs": ["tests"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}