diff --git a/.vscode/settings.json b/.vscode/settings.json index 231d752..602a898 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "python.testing.pytestArgs": [ + "-vv", "app","system_tests" ], "python.testing.unittestEnabled": false,