File tree 3 files changed +9
-1
lines changed 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ Add the command 'Discover Unit Tests'.
Original file line number Diff line number Diff line change 84
84
" onCommand:python.goToPythonObject" ,
85
85
" onCommand:python.setLinter" ,
86
86
" onCommand:python.enableLinting" ,
87
- " onCommand:python.createTerminal"
87
+ " onCommand:python.createTerminal" ,
88
+ " onCommand:python.discoverTests"
88
89
],
89
90
"main" : " ./out/client/extension" ,
90
91
"contributes" : {
187
188
"title" : " %python.command.python.runFailedTests.title%" ,
188
189
"category" : " Python"
189
190
},
191
+ {
192
+ "command" : " python.discoverTests" ,
193
+ "title" : " %python.command.python.discoverTests.title%" ,
194
+ "category" : " Python"
195
+ },
190
196
{
191
197
"command" : " python.execSelectionInTerminal" ,
192
198
"title" : " %python.command.python.execSelectionInTerminal.title%" ,
Original file line number Diff line number Diff line change 16
16
"python.command.python.selectAndRunTestFile.title" : " Run Unit Test File ..." ,
17
17
"python.command.python.runCurrentTestFile.title" : " Run Current Unit Test File" ,
18
18
"python.command.python.runFailedTests.title" : " Run Failed Unit Tests" ,
19
+ "python.command.python.discoverTests.title" : " Discover Unit Tests" ,
19
20
"python.command.python.execSelectionInTerminal.title" : " Run Selection/Line in Python Terminal" ,
20
21
"python.command.python.execSelectionInDjangoShell.title" : " Run Selection/Line in Django Shell" ,
21
22
"python.command.python.goToPythonObject.title" : " Go to Python Object" ,
You can’t perform that action at this time.
0 commit comments