From ecf566df84078ba03963858383fba0c409566f44 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Wed, 11 Feb 2026 18:54:17 +0300 Subject: [PATCH] fix: update pytest arguments for testing configuration in vscode --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ed4d949e..f6c84fea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -264,5 +264,7 @@ "url": "./app/schema/tasks.json" } ], - "python.testing.cwd": "app/tests" + "python.testing.pytestArgs": [ + "app" + ] }