Files
2026-08-07 19:59:27 +05:30

12 lines
263 B
JSON

{
"python.envFile": "${workspaceFolder}/.env",
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}