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