Skip to content

Commit

Permalink
Change tests settings
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBangar committed Jan 30, 2024
1 parent 90f7dca commit 37e1414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"python.linting.lintOnSave": true,
"python.analysis.typeCheckingMode": "basic",
"python.analysis.diagnosticMode": "openFilesOnly",
"python.testing.pytestEnabled": true,
"python.testing.pytestEnabled": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
Expand All @@ -26,7 +26,7 @@
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.unittestEnabled": true,
"python.testing.unittestArgs": [
"-v",
"-s",
Expand Down

0 comments on commit 37e1414

Please sign in to comment.