diff --git a/.vscode/launch.json b/.vscode/launch.json index e68f20a..fe6ecc9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,7 +17,7 @@ "type": "debugpy", "request": "launch", "module": "pytest", - "args": ["tests/unit/test_base.py"], + "args": [], "console": "integratedTerminal", "justMyCode": true }