We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9477c5c commit ceed90dCopy full SHA for ceed90d
tests/test_zmq_shell.py
@@ -227,6 +227,7 @@ def test_display_stored_in_history(self):
227
mock_shell.display_pub._in_post_execute = False
228
229
self.disp_pub.shell = mock_shell
230
+ self.disp_pub.store_display_history = True
231
232
data = {"text/plain": "test output"}
233
self.disp_pub.publish(data)
0 commit comments