Closed impact27 closed 2 years ago
In the test_console_kernel.py file, the tests use client.execute. using client.execute_interactive instead prints the errors and makes debugging easier.
client.execute
client.execute_interactive
@impact27, ready to merge?
Yes ready
In the test_console_kernel.py file, the tests use
client.execute
. usingclient.execute_interactive
instead prints the errors and makes debugging easier.