added python tests config to workspace settings
This commit is contained in:
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
@@ -1,14 +1,20 @@
|
||||
{
|
||||
"python.testing.pytestEnabled": false,
|
||||
"python.testing.unittestEnabled": true,
|
||||
"python.analysis.extraPaths": [
|
||||
"./src/service"
|
||||
],
|
||||
|
||||
"python.testing.unittestArgs": [
|
||||
"-v",
|
||||
"-s",
|
||||
"./test",
|
||||
"-p",
|
||||
"test_*.py"
|
||||
"test_*.py",
|
||||
"-t",
|
||||
"./test"
|
||||
],
|
||||
"python.testing.pytestEnabled": false,
|
||||
"python.testing.unittestEnabled": true,
|
||||
"python.analysis.extraPaths": [
|
||||
"./src/service"
|
||||
]
|
||||
"python.testing.autoTestDiscoverOnSavePattern": "test/**/test_*.py",
|
||||
"python.envFile": "${workspaceFolder}/.env",
|
||||
"python.testing.autoTestDiscoverOnSaveEnabled": true,
|
||||
}
|
||||
Reference in New Issue
Block a user