Skip to content

Commit

Permalink
chore: setting pytest to verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardHd committed Nov 24, 2023
1 parent fd4512b commit 1cc9dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{
"python.testing.pytestArgs": [
"."
"-vv"
],
"python.testing.cwd": "${workspaceFolder}",
"python.testing.pytestEnabled": true,
Expand Down

0 comments on commit 1cc9dcd

Please sign in to comment.