Separate notebook kernel and api test (#156946)

* Separate notebook kernel and api test.

* no need to test reopen dirty document
This commit is contained in:
Peng Lyu
2022-08-02 22:03:10 -07:00
committed by GitHub
parent f86beb18e8
commit 7833aade5a
4 changed files with 397 additions and 345 deletions

View File

@@ -7,7 +7,7 @@ import * as assert from 'assert';
import 'mocha';
import * as vscode from 'vscode';
import { disposeAll } from '../utils';
import { Kernel, saveAllFilesAndCloseAll } from './notebook.test';
import { Kernel, saveAllFilesAndCloseAll } from './notebook.api.test';
export type INativeInteractiveWindow = { notebookUri: vscode.Uri; inputUri: vscode.Uri; notebookEditor: vscode.NotebookEditor };