1
0
Fork 0
onnx-web/api/.vscode/settings.json

11 lines
186 B
JSON
Raw Permalink Normal View History

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