Files
clan-core/pkgs/clan-cli/.vscode/settings.json
2023-09-27 09:47:50 +00:00

7 lines
147 B
JSON

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