Skip to content

Jupyter server/importer tests#3126

Merged
DonJayamanne merged 6 commits into
masterfrom
rchiodo/jupyter_server_tests
Nov 2, 2018
Merged

Jupyter server/importer tests#3126
DonJayamanne merged 6 commits into
masterfrom
rchiodo/jupyter_server_tests

Conversation

@rchiodo
Copy link
Copy Markdown

@rchiodo rchiodo commented Nov 1, 2018

For #3093 #3091

Implement functional tests for jupyter server and importer

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)

Comment thread .vscode/launch.json Outdated
Comment thread src/client/datascience/jupyterServer.ts Outdated
Comment thread src/client/ioc/serviceManager.ts
return Promise.reject('Failing');
}
}
ioc.serviceManager.rebind<INotebookProcess>(INotebookProcess, FailedProcess);
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DonJayamanne here's where the rebind is used.

@DonJayamanne DonJayamanne merged commit 021ff27 into master Nov 2, 2018
@rchiodo rchiodo deleted the rchiodo/jupyter_server_tests branch November 2, 2018 16:29
@lock lock Bot locked as resolved and limited conversation to collaborators Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants