jupyter / jupyter/jupyter_kernel_test
Test handling of errors
Open
- Dominant language
- Python
- Stars
- 66
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
All already submitted requests ("run all" in the notebook) should be aborted after an error occurred.
See e.g. https://github.com/IRkernel/IRkernel/issues/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...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.