MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / setUnitTestExecution

Function setUnitTestExecution

src/platform/common/constants.ts:73–75  ·  view source on GitHub ↗
(enabled: boolean)

Source from the content-addressed store, hash-verified

71 return _isUnitTestExecution;
72}
73export function setUnitTestExecution(enabled: boolean) {
74 _isUnitTestExecution = enabled;
75}
76
77export namespace Identifiers {
78 export const GeneratedThemeName = 'ipython-theme'; // This needs to be all lower class and a valid class name.

Calls

no outgoing calls

Tested by

no test coverage detected