math-chatbot-v2 / .vscode /settings.json
pranshu dhiman
Deploy MathSutra Space
7fab45b
Raw
History Blame Contribute Delete
284 Bytes
{
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}