diff --git a/.vscode/settings.json b/.vscode/settings.json index 4a98d80d..53ad0ac9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,10 @@ "source.fixAll": "explicit", "source.organizeImports": "explicit" } - } + }, + "python.testing.pytestArgs": [ + "tests" + ], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true } \ No newline at end of file