Skip to content

Commit

Permalink
chore(launchConfig): remove pytests args
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska committed Dec 10, 2024
1 parent 82c3dc9 commit 9039515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type": "debugpy",
"request": "launch",
"module": "pytest",
"args": ["tests/unit/test_base.py"],
"args": [],
"console": "integratedTerminal",
"justMyCode": true
}
Expand Down

0 comments on commit 9039515

Please sign in to comment.