Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Add vs code config to debug pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Apr 5, 2022
1 parent d36adf4 commit 813a541
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Sage: Pytest",
"type": "python",
"request": "launch",
"module": "pytest",
"args": [
"${file}"
],
"console": "integratedTerminal",
"justMyCode": false
},
{
"name": "Python: Current File",
"type": "python",
Expand All @@ -10,4 +21,4 @@
"justMyCode": false
}
],
}
}

0 comments on commit 813a541

Please sign in to comment.