generateur_v3/backend/api/.vscode/settings.json

7 lines
131 B
JSON
Raw Normal View History

2022-09-21 22:31:50 +02:00
{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}