Skip to content

Commit

Permalink
Setting vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonald committed May 7, 2024
1 parent 7e0e248 commit dc2bfed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./sknetwork",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}

0 comments on commit dc2bfed

Please sign in to comment.