|
{
|
|
"python.pythonPath": "venv/bin/python3.9",
|
|
"python.testing.autoTestDiscoverOnSaveEnabled": true,
|
|
"pythonTestExplorer.testFramework": "pytest",
|
|
"python.testing.pytestArgs": ["test"],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
}
|