{
"python.pythonPath": "/usr/local/bin/python3", // <--- path to interpreter
"python.testing.pytestArgs": [
"" <-- Search path for the tests , blank would be root
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}