Browse Source

python.unitTest to analytics/.vscode/settings.json (#276)

pull/1/head
Alexey Velikiy 6 years ago committed by GitHub
parent
commit
006bc24b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      analytics/.vscode/settings.json

12
analytics/.vscode/settings.json vendored

@ -7,5 +7,15 @@
"files.eol": "\n", "files.eol": "\n",
"files.exclude": { "files.exclude": {
"**/__pycache__/": true "**/__pycache__/": true
} },
"python.unitTest.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.unitTest.pyTestEnabled": false,
"python.unitTest.nosetestsEnabled": false,
"python.unitTest.unittestEnabled": true
} }

Loading…
Cancel
Save