Some settings

This commit is contained in:
OK
2023-04-12 10:28:27 +02:00
parent 79fc0d6cba
commit d136b0af21
2 changed files with 21 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}