Update settings
authorMarvin Schenkel <marvin@MacBook-Pro.local>
Thu, 30 Jun 2022 19:51:57 +0000 (21:51 +0200)
committerMarvin Schenkel <marvinschenkel@gmail.com>
Wed, 6 Jul 2022 14:05:25 +0000 (16:05 +0200)
.vscode/settings.json

index d63891a61df84fa04c043faee19c018c21b40c11..0460b1ae76c66f7bb1d1988d67fa61f26f787eb4 100644 (file)
@@ -6,4 +6,9 @@
     "python.linting.flake8Enabled": true,
     "python.linting.flake8Args": ["--config=${workspaceFolder}/setup.cfg"],
     "python.linting.mypyEnabled": false,
+    "python.testing.pytestArgs": [
+        "tests"
+    ],
+    "python.testing.unittestEnabled": false,
+    "python.testing.pytestEnabled": true,
 }