Skip to content

Commit

Permalink
add setting for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Jan 12, 2024
1 parent 60e7d39 commit a41449f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.pytestPath": "${workspaceFolder}/.envs/bin/pytest",
"python.testing.cwd": "${workspaceFolder}/",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
Expand Down

0 comments on commit a41449f

Please sign in to comment.