From 9b3951b3725ca3574e48eb27b2a25570cc0dade7 2012-04-18 20:32:24 From: MinRK Date: 2012-04-18 20:32:24 Subject: [PATCH] include execution_count in pyin check --- diff --git a/IPython/zmq/tests/test_message_spec.py b/IPython/zmq/tests/test_message_spec.py index 6c42791..ae84166 100644 --- a/IPython/zmq/tests/test_message_spec.py +++ b/IPython/zmq/tests/test_message_spec.py @@ -184,6 +184,7 @@ class CompleteReply(Reference): class PyIn(Reference): code = Unicode() + execution_count = Integer() PyErr = ExecuteReplyError