You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server handler tests currently derive from Notebook's NotebookTestBase class. However, JupyterLab 3.0 will no longer use Notebook as its server and depend on Jupyter Server instead. At that time, we need to have our handler tests updated to use Jupyter Server's configurable_serverapp fixture.
The text was updated successfully, but these errors were encountered:
The server handler tests currently derive from Notebook's
NotebookTestBase
class. However, JupyterLab 3.0 will no longer use Notebook as its server and depend on Jupyter Server instead. At that time, we need to have our handler tests updated to use Jupyter Server'sconfigurable_serverapp
fixture.The text was updated successfully, but these errors were encountered: