File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 8080 ],
8181 "python.linting.lintOnSave" : true ,
8282 "python.linting.pylintEnabled" : false ,
83- // https://github.com/microsoft/vscode-python/discussions/15997#discussioncomment-636389
84- // "python.testing.unittestArgs": [
85- // "-v",
86- // "-s",
87- // "./tests",
88- // "-p",
89- // "test_*.py"
90- // ],
9183 // "python.testing.autoTestDiscoverOnSaveEnabled": true,
9284 "python.testing.cwd" : " ${workspaceFolder}" ,
9385 "python.testing.nosetestsEnabled" : false ,
9486 "python.testing.pytestEnabled" : false ,
95- "python.testing.promptToConfigure" : false ,
9687 "python.testing.unittestEnabled" : true ,
88+ // https://github.com/microsoft/vscode-python/discussions/15997#discussioncomment-636389
89+ "python.testing.unittestArgs" : [
90+ " -v" ,
91+ " -s" ,
92+ " ." ,
93+ " -p" ,
94+ " test_*.py"
95+ ],
9796 // "workbench.settings.openDefaultSettings": true,
9897 // "workbench.settings.editor": "ui",
9998 // "workbench.settings.openDefaultKeybindings": true,
You can’t perform that action at this time.
0 commit comments