Back to Matrix

python3

ipython (python) • Protocol 5.3

View on GitHub

All tests passing

26/26 tests pass (100%)

heartbeat_responds
Kernel responds to heartbeat ping within timeout
heartbeat
Pass
kernel_info_reply_valid
Kernel returns valid kernel_info_reply with status ok
kernel_info_request
Pass
kernel_info_has_language_info
kernel_info_reply contains non-empty language_info.name
kernel_info_request
Pass
kernel_info_has_protocol_version
kernel_info_reply contains non-empty protocol_version
kernel_info_request
Pass
execute_stdout
Execute code that prints produces stream message on stdout
execute_request6ms
Pass
execute_stderr
Execute code that prints to stderr produces stream message
stream4ms
Pass
execute_reply_ok
Execute valid code returns execute_reply with status ok
execute_request3ms
Pass
status_busy_idle_lifecycle
Kernel broadcasts busy then idle status on iopub during execution
status3ms
Pass
execute_input_broadcast
Kernel broadcasts execute_input on iopub when executing
execute_input4ms
Pass
shutdown_reply
Kernel responds to shutdown request and terminates cleanly
shutdown_request5ms
Pass