You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnthis.promptToEnableAndConfigureTestFramework(wkspace,this.installer,this.outputChannel,'Enable only one of the test frameworks (unittest, pytest or nosetest).',true);
32
+
returnthis._promptToEnableAndConfigureTestFramework(wkspace,this.installer,this.outputChannel,'Enable only one of the test frameworks (unittest, pytest or nosetest).',true);
33
33
}else{
34
34
constoption='Enable and configure a Test Framework';
35
35
constitem=awaitthis.appShell.showInformationMessage('No test framework configured (unittest, pytest or nosetest)',option);
@@ -82,7 +82,17 @@ export class UnitTestConfigurationService implements IUnitTestConfigurationServi
82
82
});
83
83
}
84
84
85
-
privateasyncpromptToEnableAndConfigureTestFramework(wkspace: Uri,installer: IInstaller,outputChannel: OutputChannel,messageToDisplay: string='Select a test framework/tool to enable',enableOnly: boolean=false){
0 commit comments