Skip to content

Commit

Permalink
add services to vscode test discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiegel95 committed Dec 11, 2024
1 parent bdd142a commit f6df360
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"editor.formatOnSave": true,
},
"python.testing.pytestArgs": [
"tests"
"tests",
"services"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
Expand Down

0 comments on commit f6df360

Please sign in to comment.