diff --git a/.vscode/settings.json b/.vscode/settings.json index c6f3aa49..225a8d1e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,10 @@ }, "editor.defaultFormatter": "charliermarsh.ruff", "editor.formatOnSave": true - } + }, + "python.testing.pytestArgs": [ + "." + ], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true }