deepdraft / .vscode /settings.json
Charles Azam
feat: add crawling functions
f1368c4
raw
history blame contribute delete
147 Bytes
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}