plano/tests/e2e/.vscode/settings.json

8 lines
132 B
JSON
Raw Normal View History

2025-07-11 16:42:16 -07:00
{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}