Files
local-embedding-api/.vscode/settings.json
2024-01-15 12:36:42 +08:00

11 lines
214 B
JSON

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