matrix-ops-bot/.vscode/settings.json

7 lines
147 B
JSON
Raw Normal View History

2022-12-01 13:47:27 +00:00
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}