Files
chat/.vscode/settings.json
2025-10-16 17:52:15 +09:00

14 lines
272 B
JSON

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