##// END OF EJS Templates
Fix an issue in the `kernel_running` function of the JS tests,...
Fix an issue in the `kernel_running` function of the JS tests, This fix allows the JS test to be ran against a remote server with a higher than LAN latency. This bug in our testing framework was exposed when running `iptest js/widgets --url` against tmpnb.

File last commit:

r415:4a5dcb15
r18449:70f3edcd
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]