From 2c949b7bd5484aac5f8679a4739ba6c946e2763b Mon Sep 17 00:00:00 2001 From: petruki <31597636+petruki@users.noreply.github.com> Date: Thu, 23 May 2024 18:39:52 -0700 Subject: [PATCH] chore: setup .vscode settings [skip ci] --- .vscode/settings.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4bdcd50..6ba0953 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,11 @@ { - "python.linting.enabled": false, "sonarlint.connectedMode.project": { "connectionId": "switcherapi", "projectKey": "switcherapi_switcher-slack-app" - } + }, + "python.testing.pytestArgs": [ + "tests" + ], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true } \ No newline at end of file