19 lines
665 B
JSON
19 lines
665 B
JSON
{
|
|
"python.testing.pytestEnabled": true,
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestArgs": [
|
|
"unittests"
|
|
],
|
|
"python.testing.cwd": "${workspaceFolder}",
|
|
"python.testing.autoTestDiscoverOnSaveEnabled": true,
|
|
"python.testing.pytestPath": "python3",
|
|
"python.analysis.extraPaths": [
|
|
"${workspaceFolder}",
|
|
"${workspaceFolder}/..",
|
|
"${workspaceFolder}/unittests"
|
|
],
|
|
"python.envFile": "${workspaceFolder}/.env",
|
|
"python.testing.debugPort": 3000,
|
|
"python.testing.promptToConfigure": false,
|
|
"python.defaultInterpreterPath": "/home/oleg/.pyenv/python3.12-venv/bin/python"
|
|
} |