Files
llama/.vscode/settings.json
2025-01-02 05:05:28 +01:00

7 lines
147 B
JSON

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