##// END OF EJS Templates
Fix test for changes in traitlets...
Fix test for changes in traitlets The output from '%config TerminalInteractiveShell' changed slightly, causing a spurious test failure on the jack-of-none builds on Jenkins.

File last commit:

r14009:6f019b30
r23650:fee8c7d3
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()