Skip to content

Commit

Permalink
Add iopub welcome test flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Jul 12, 2023
1 parent 6404972 commit 7438541
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def test_xeus_stderr(self):
class XeusIopubWelcomeTests(jupyter_kernel_test.IopubWelcomeTests):

kernel_name = "test_kernel"
support_iopub_welcome = True

if __name__ == '__main__':
unittest.main()
1 change: 1 addition & 0 deletions test/test_kernel_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def test_xeus_stderr(self):
class XeusIopubWelcomeTests(jupyter_kernel_test.IopubWelcomeTests):

kernel_name = "test_kernel_control"
support_iopub_welcome = True

if __name__ == '__main__':
unittest.main()
1 change: 1 addition & 0 deletions test/test_kernel_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def test_xeus_stderr(self):
class XeusIopubWelcomeTests(jupyter_kernel_test.IopubWelcomeTests):

kernel_name = "test_kernel_shell"
support_iopub_welcome = True

if __name__ == '__main__':
unittest.main()

0 comments on commit 7438541

Please sign in to comment.