Browse Source

fx settings.json in analytics to see test/__init__

pull/1/head
Coin de Gamma 6 years ago
parent
commit
20133afaf5
  1. 6
      analytics/.vscode/settings.json

6
analytics/.vscode/settings.json vendored

@ -9,11 +9,7 @@
"**/__pycache__/": true "**/__pycache__/": true
}, },
"python.unitTest.unittestArgs": [ "python.unitTest.unittestArgs": [
"-v", "-v"
"-s",
"./tests",
"-p",
"test_*.py"
], ],
"python.unitTest.pyTestEnabled": false, "python.unitTest.pyTestEnabled": false,
"python.unitTest.nosetestsEnabled": false, "python.unitTest.nosetestsEnabled": false,

Loading…
Cancel
Save