fix: update pytest arguments for testing configuration in vscode
This commit is contained in:
parent
cebc72875b
commit
ecf566df84
1 changed files with 3 additions and 1 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -264,5 +264,7 @@
|
|||
"url": "./app/schema/tasks.json"
|
||||
}
|
||||
],
|
||||
"python.testing.cwd": "app/tests"
|
||||
"python.testing.pytestArgs": [
|
||||
"app"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue