Skip to content

Commit

Permalink
Add tests support in VSCode configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
izxxr committed Feb 15, 2024
1 parent 4eaca38 commit 2659d31
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"reportPrivateImportUsage": "none",
"reportPrivateUsage": "none",
"reportUnnecessaryIsInstance": "none"
}
},
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}

0 comments on commit 2659d31

Please sign in to comment.