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