Skip to content

Commit

Permalink
Add config for testing release controller in vscode (#352)
Browse files Browse the repository at this point in the history
Co-authored-by: Luka Skugor <luka.skugor@dfinity.org>
Co-authored-by: Saša Tomić <sasa.tomic@dfinity.org>
  • Loading branch information
3 people committed May 17, 2024
1 parent cb7be54 commit 480bf81
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"yaml.schemas": {
"release-index-shema.json": "release-index.yaml"
},
"rust-analyzer.showUnlinkedFileNotification": false
}
"rust-analyzer.showUnlinkedFileNotification": false,
"python.testing.pytestArgs": [
"release-controller",
"-vv"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
}

0 comments on commit 480bf81

Please sign in to comment.