Skip to content

Commit ac2cb38

Browse files
committed
Add tests for SIGKILL and 9 as well
1 parent 2eae2a2 commit ac2cb38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ipyparallel/tests/test_magics.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,3 +523,9 @@ def test_cellpx_keyboard_interrupt_signal_2(self):
523523

524524
def test_cellpx_keyboard_interrupt_signal_0(self):
525525
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

Comments
 (0)