{ "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python", "python.testing.unittestArgs": [ "-v", "-s", ".", "-p", "*test.py" ], "python.testing.pytestEnabled": false, "python.testing.unittestEnabled": true }