Update config.py with tests

This commit is contained in:
2024-08-15 14:16:50 +02:00
parent 772d13db5b
commit d1bba50f87
4 changed files with 116 additions and 3 deletions

View File

@@ -6,5 +6,10 @@
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
}
},
"python.testing.pytestArgs": [
"src/"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}