Skip to content

Commit

Permalink
Create settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhvietmkb123456789 committed Nov 15, 2024
1 parent 9d237fd commit f974f9f
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",
".",
"-p",
"*test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}

0 comments on commit f974f9f

Please sign in to comment.