2025-07-12 13:27:47 +08:00
|
|
|
{
|
2026-03-12 17:13:39 +08:00
|
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
2025-07-12 13:27:47 +08:00
|
|
|
"python.testing.pytestArgs": [
|
|
|
|
|
"tests"
|
|
|
|
|
],
|
|
|
|
|
"python.testing.unittestEnabled": false,
|
|
|
|
|
"python.testing.pytestEnabled": true
|
|
|
|
|
}
|