spotframework/.vscode/settings.json

13 lines
295 B
JSON
Raw Normal View History

2021-02-06 00:33:49 +00:00
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.nosetestsEnabled": false,
2021-02-07 15:27:31 +00:00
"python.testing.unittestEnabled": true,
"python.linting.enabled": true
2021-02-06 00:33:49 +00:00
}