jupyter/jupyter_kernel_test

Test handling of errors

jankatins opened this issue · 0 comments

All already submitted requests ("run all" in the notebook) should be aborted after an error occurred.

See e.g. IRkernel/IRkernel#232

Possible test cases:

  • Submit two cells and the first one fails -> should abort the second cell
  • submit two cells, the first aborts and after getting the abort results, submit a third one, which should succeed...