diff --git a/.vscode/launch.json b/.vscode/launch.json index 9ee0fa3..b2d674c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",