2021-09-18 21:17:41 +08:00
|
|
|
{
|
2021-09-30 10:56:56 +08:00
|
|
|
"python.formatting.provider": "black",
|
|
|
|
|
"python.testing.unittestArgs": [
|
|
|
|
|
"-v",
|
|
|
|
|
"-s",
|
|
|
|
|
"./tests",
|
|
|
|
|
"-p",
|
|
|
|
|
"test_*.py"
|
|
|
|
|
],
|
|
|
|
|
"python.testing.pytestEnabled": false,
|
|
|
|
|
"python.testing.unittestEnabled": true
|
2021-09-24 21:05:12 +08:00
|
|
|
}
|