From c82e1b403689c3bf3c37787586f253c5985975ac Mon Sep 17 00:00:00 2001 From: Marvin Schenkel Date: Thu, 30 Jun 2022 21:51:57 +0200 Subject: [PATCH] Update settings --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) 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, } -- 2.34.1