Skip to content

Commit

Permalink
Feat (debug): Adds the debug configuration for the pytest module
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodesouzadev committed Oct 18, 2023
1 parent 3496265 commit c468dfa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
"name": "Pytest",
"type": "python",
"request": "launch",
"module": "pdm",
"args": ["run", "pytest"]
"module": "pytest",
"args": [
"-x",
"-vv"
],
"envFile": "${workspaceFolder}/.env.test"
},
{
"name": "Django Debug",
Expand Down

0 comments on commit c468dfa

Please sign in to comment.