We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eae2a2 commit ac2cb38Copy full SHA for ac2cb38
ipyparallel/tests/test_magics.py
@@ -523,3 +523,9 @@ def test_cellpx_keyboard_interrupt_signal_2(self):
523
524
def test_cellpx_keyboard_interrupt_signal_0(self):
525
self.cellpx_keyboard_interrupt_test_helper("0")
526
+
527
+ def test_cellpx_keyboard_interrupt_SIGKILL(self):
528
+ self.cellpx_keyboard_interrupt_test_helper("SIGKILL")
529
530
+ def test_cellpx_keyboard_interrupt_signal_9(self):
531
+ self.cellpx_keyboard_interrupt_test_helper("9")
0 commit comments