Loading
fix(tests): correct default executor type in runner initialization test
* Updated the expected executor type from 'subinterpreter' to 'multiprocessing' to reflect the correct default behavior. * Enhanced comment for clarity on default initialization purpose.