2021-09-24 19:37:00 +00:00
|
|
|
{
|
|
|
|
"python.pythonPath": "venv/bin/python3.9",
|
|
|
|
"python.testing.autoTestDiscoverOnSaveEnabled": true,
|
2022-09-26 20:33:23 +00:00
|
|
|
"pythonTestExplorer.testFramework": "pytest",
|
|
|
|
"python.testing.pytestArgs": ["test"],
|
|
|
|
"python.testing.unittestEnabled": false,
|
|
|
|
"python.testing.pytestEnabled": true
|
2021-09-24 19:37:00 +00:00
|
|
|
}
|