From: Marvin Schenkel Date: Thu, 30 Jun 2022 19:51:57 +0000 (+0200) Subject: Update settings X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=c82e1b403689c3bf3c37787586f253c5985975ac;p=music-assistant-server.git Update settings --- diff --git a/.vscode/settings.json b/.vscode/settings.json index d63891a6..0460b1ae 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,4 +6,9 @@ "python.linting.flake8Enabled": true, "python.linting.flake8Args": ["--config=${workspaceFolder}/setup.cfg"], "python.linting.mypyEnabled": false, + "python.testing.pytestArgs": [ + "tests" + ], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true, }