Skip to content

Commit

Permalink
fix(build): add vscode config for API testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Sep 15, 2023
1 parent 3137a46 commit db82c6b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions api/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}

0 comments on commit db82c6b

Please sign in to comment.