Skip to content

Commit

Permalink
vsc config
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoTanuki committed Jul 23, 2023
1 parent d549c20 commit 14c331d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"python.testing.pytestArgs": [
"."
]
}

0 comments on commit 14c331d

Please sign in to comment.