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

Function setTestSettings

src/test/constants.ts:69–71  ·  view source on GitHub ↗
(newSettings: Partial<TestSettingsType>)

Source from the content-addressed store, hash-verified

67}
68
69export function setTestSettings(newSettings: Partial<TestSettingsType>) {
70 testSettings = { ...testSettings, ...newSettings };
71}
72
73export const IPYTHON_VERSION_CODE = 'import IPython\nprint(int(IPython.__version__[0]))\n';

Callers 2

constants.node.tsFile · 0.90
index.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected