Skip to content

Commit

Permalink
add test markers
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Dec 8, 2021
1 parent 928d146 commit ebaaea7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/datascience/interactiveWindowRemote.vscode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ suite('Interactive window (remote)', async () => {
if (!IS_REMOTE_NATIVE_TEST) {
return this.skip();
}
traceInfo(`Start Test ${this.currentTest?.title}`);
const api = await initialize();
interactiveWindowProvider = api.serviceContainer.get<IInteractiveWindowProvider>(IInteractiveWindowProvider);
await startJupyterServer();
traceInfo(`Start Test (completed) ${this.currentTest?.title}`);
});
teardown(async function () {
traceInfo(`Ended Test ${this.currentTest?.title}`);
Expand Down

0 comments on commit ebaaea7

Please sign in to comment.