sonIA / .vscode /settings.json
Davide Fiocco
Update context and tests
4115668
raw
history blame contribute delete
143 Bytes
{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}