Files
MAIA/backend/.vscode/settings.json
2025-04-16 21:32:57 +02:00

7 lines
147 B
JSON

{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}