main
json 7 lines 143 Bytes
Raw
1 {
2 "python.testing.pytestArgs": [
3 "."
4 ],
5 "python.testing.unittestEnabled": false,
6 "python.testing.pytestEnabled": true
7 }