Files
recipes/.vscode/settings.json
2024-02-28 23:42:52 +00:00

7 lines
156 B
JSON

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