File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 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 8484 " onCommand:python.goToPythonObject" 
8585 " onCommand:python.setLinter" 
8686 " onCommand:python.enableLinting" 
87-  " onCommand:python.createTerminal" 
87+  " onCommand:python.createTerminal" 
88+  " onCommand:python.discoverTests" 
8889 ],
8990 "main" : " ./out/client/extension" 
9091 "contributes" : {
187188 "title" : " %python.command.python.runFailedTests.title%" 
188189 "category" : " Python" 
189190 },
191+  {
192+  "command" : " python.discoverTests" 
193+  "title" : " %python.command.python.discoverTests.title%" 
194+  "category" : " Python" 
195+  },
190196 {
191197 "command" : " python.execSelectionInTerminal" 
192198 "title" : " %python.command.python.execSelectionInTerminal.title%" 
Original file line number Diff line number Diff line change 1616 "python.command.python.selectAndRunTestFile.title" : " Run Unit Test File ..." 
1717 "python.command.python.runCurrentTestFile.title" : " Run Current Unit Test File" 
1818 "python.command.python.runFailedTests.title" : " Run Failed Unit Tests" 
19+  "python.command.python.discoverTests.title" : " Discover Unit Tests" 
1920 "python.command.python.execSelectionInTerminal.title" : " Run Selection/Line in Python Terminal" 
2021 "python.command.python.execSelectionInDjangoShell.title" : " Run Selection/Line in Django Shell" 
2122 "python.command.python.goToPythonObject.title" : " Go to Python Object" 
                         You can’t perform that action at this time. 
           
                  
0 commit comments