##// END OF EJS Templates
Fix async_helpers tests...
Fix async_helpers tests Many of the tests were simply executing code and ignoring errors (including several which had errors in them). This commit makes it so that errors are actually raised, and fixes the errors in code that had them.

File last commit:

r21498:b0100c6f
r24488:d0b14965
Show More
messaging.rst
7 lines | 162 B | text/x-rst | RstLexer
Thomas Kluyver
Refer to jupyter_client docs for message spec...
r21498 :orphan:
MinRK
added parallel message docs to development section
r2790
Thomas Kluyver
Refer to jupyter_client docs for message spec...
r21498 Messaging in IPython
====================
Fernando Perez
More complete message specification covering all the major types.
r2727
Thomas Kluyver
Refer to jupyter_client docs for message spec...
r21498 The message specification is now part of Jupyter - see
:ref:`jupyterclient:messaging` for the documentation.