7 lines
271 B
JSON
7 lines
271 B
JSON
{
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
|
"python.testing.pytestEnabled": true,
|
|
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
|
|
"python.testing.pytestArgs": ["tests"],
|
|
"python.testing.unittestEnabled": false
|
|
} |