diff --git a/.vscode/settings.json b/.vscode/settings.json index ee4a680..8bb3b31 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,7 @@ { - "python.testing.unittestArgs": [ - "-v", - "-s", - "./tests", - "-p", - "*_test.py" + "python.testing.pytestArgs": [ + "test" ], - "python.testing.pytestEnabled": false, - "python.testing.unittestEnabled": true + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true }