vatlab/jupyterlab-sos

Porting tests from sos-notebook to jupyterlab-sos

Closed this issue · 1 comments

Although the upstream (jupyterlab) uses API-based tests, jupyterlab-sos does not aim to provide any API and does not need this level of testing. Since we have create a number of tests based on selenium for sos-notebook, it should be good enough to change the Notebook class in test_utils.py so that you can apply the same set of tests to jupyterlab-sos.

completed.