Skip to content

Commit

Permalink
vscode test debug levels
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ-Author committed Nov 15, 2024
1 parent 753c7e1 commit 07640ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"python.testing.pytestArgs": [
"tests"
"tests",
"--log-level=DEBUG",
"--log-cli-level=DEBUG"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
Expand Down

0 comments on commit 07640ee

Please sign in to comment.