[fb1bbb]: / .vscode / settings.json

Download this file

7 lines (7 with data), 149 Bytes

1
2
3
4
5
6
7
{
"python.testing.pytestArgs": [
"backend"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}