1 { 2 "python.testing.pytestArgs": [ 3 "tests" 4 ], 5 "python.testing.unittestEnabled": false, 6 "python.testing.pytestEnabled": true, 7 "python.venvPath": "~/.cache/pypoetry/virtualenvs", 8 "makefile.configureOnOpen": false 9 }