Add pytest to vscode config
This commit is contained in:
parent
5fe52d480d
commit
eb9f74ede0
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"python.pythonPath": "venv/bin/python3.9",
|
||||
"python.testing.autoTestDiscoverOnSaveEnabled": true,
|
||||
"pythonTestExplorer.testFramework": "pytest"
|
||||
"pythonTestExplorer.testFramework": "pytest",
|
||||
"python.testing.pytestArgs": ["test"],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue