##// END OF EJS Templates
Backport PR #4345: Make irunner compatible with upcoming pexpect 3.0 interface...
Backport PR #4345: Make irunner compatible with upcoming pexpect 3.0 interface `irunner` is designed to use the native string type on both Python 2 and Python 3. This allows it to use the correct form of `pexpect.spawn`.

File last commit:

r2058:7e8fc59a
r14650:803e9950
Show More
irunner
9 lines | 183 B | text/plain | TextLexer
#!/usr/bin/env python
"""Thin wrapper around the IPython irunner module.
Run with --help for details, or see the irunner source."""
from IPython.lib import irunner
irunner.main()