Skip to content

Commit

Permalink
[ide] Add pytest configuration to VS Code workspace file
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuh-hf committed Nov 7, 2023
1 parent 8ae1101 commit 259799e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepali.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
},
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": ["tests"],
},
"launch": {
// Use IntelliSense to learn about possible attributes.
Expand Down

0 comments on commit 259799e

Please sign in to comment.