Skip to content

Commit

Permalink
[CHORE] add pytest to vscode settings.json (#2930)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka authored Sep 26, 2024
1 parent e52d965 commit a5cb55d
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 @@ -3,5 +3,10 @@
"CARGO_TARGET_DIR": "target/analyzer"
},
"rust-analyzer.check.features": "all",
"rust-analyzer.cargo.features": "all"
"rust-analyzer.cargo.features": "all",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}

0 comments on commit a5cb55d

Please sign in to comment.