-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BinderBot class contained two bits of functionality: 1. Starting and stopping binders on a BinderHub 2. Interacting with the notebook API (start kernels, contentsmanager, etc) This commit splits them into two different classes. This has the big advantage that we can run unit tests against a local instance of jupyter notebooks, rather than starting an instance on mybinder.org all the time. Tests are much faster, and everything works as normal since it is a straight up split We added more unit tests, but lost the CLI test. Most of its functionality is covered by the other unit tests, but it would be nice to have an integration test
- Loading branch information
Showing
3 changed files
with
156 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters