##// END OF EJS Templates
Fix some tests using magics....
Fix some tests using magics. For some odd reason, %hist isn't getting loaded into the ipython instance running the tests. But by loading it manually, now the tests do run and pass. Similarly, load %clear manually so it can be tested.

File last commit:

r736:d53b34f4
r2092:c152d328
Show More
.hgignore
18 lines | 161 B | text/plain | TextLexer
syntax: glob
*~
*.tmp
*.pyc
*.bak
*.tgz
*.org
*.rej
.svn/
.bzr/
.settings/
.project
*.diff
IPython_crash_report.txt
syntax: regexp
.*\#.*\#$