Skip to content

Commit

Permalink
Merge pull request #1136 from VWS-Python/vscode-test-settings
Browse files Browse the repository at this point in the history
Configure VSCode to run tests in its UI
  • Loading branch information
adamtheturtle authored Oct 12, 2024
2 parents acf83d7 + 36793e5 commit 91a3d46
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
},
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true
}
},
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}

0 comments on commit 91a3d46

Please sign in to comment.