From 07640ee21f0468d0efdf26d40ffcfd89942f03ba Mon Sep 17 00:00:00 2001 From: "jj-author@users.noreply.github.com" Date: Fri, 15 Nov 2024 10:48:35 +0100 Subject: [PATCH] vscode test debug levels --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9b38853..ff84395 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,8 @@ { "python.testing.pytestArgs": [ - "tests" + "tests", + "--log-level=DEBUG", + "--log-cli-level=DEBUG" ], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true