##// END OF EJS Templates
Fix critical bug with pylab support inadvertently introduced in #648....
Fix critical bug with pylab support inadvertently introduced in #648. code used it as a dict. Updated that code to handle a dict correctly, and added tests to catch this issue in the future (also increases test coverage of pylab code).
Fernando Perez -
r5468:cd84e0ef
Show More
Name Size Modified Last Commit Author
/ IPython / lib / tests
__init__.py Loading ...
test_backgroundjobs.py Loading ...
test_imports.py Loading ...
test_irunner.py Loading ...
test_irunner_pylab_magic.py Loading ...
test_pylabtools.py Loading ...
test_security.py Loading ...