Skip to content

Commit

Permalink
vscode: Add pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Oct 21, 2023
1 parent f413498 commit 1c47c90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@
"docs",
"docs/_build"
],
"python.testing.pytestArgs": [
"lib/pytest-lsp/tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
}

0 comments on commit 1c47c90

Please sign in to comment.