Files
saya-search/.vscode/settings.json
Iyas Altawil e928faf6d2 first commit
2025-06-26 15:38:10 +03:30

11 lines
215 B
JSON

{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
}