diff --git a/.vscode/settings.json b/.vscode/settings.json index dc0d23e..b95d4a1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,8 +3,7 @@ "python.testing.pytestEnabled": true, "python.testing.pytestArgs": [ - "--config-file=pytest.ini", - "-v", + "-vvv", "-l", "-n", "8" ],