spyder-ide / spyder-kernels

Jupyter Kernels for the Spyder console
MIT License
39 stars 40 forks source link

PR: Use `execute_interactive` to print errors during tests #400

Closed impact27 closed 2 years ago

impact27 commented 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.

ccordoba12 commented 2 years ago

@impact27, ready to merge?

impact27 commented 2 years ago

Yes ready