From 903951547d0c9868663dc5d1bbfa4cefc7574cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Tue, 10 Dec 2024 15:01:02 +0100 Subject: [PATCH] chore(launchConfig): remove pytests args --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }