spotframework/.vscode/settings.json

12 lines
259 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,
"python.testing.unittestEnabled": true
}