Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

enable pytest vscode

{
    "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
}
 
PREVIOUS NEXT
Tagged: #enable #pytest #vscode
ADD COMMENT
Topic
Name
7+4 =