##// END OF EJS Templates
pydb_ipy.py extension adds %pydb magic when imported
pydb_ipy.py extension adds %pydb magic when imported

File last commit:

r181:54d3ddad
r387:485e7ca3
Show More
test_cd.ipy
6 lines | 80 B | text/plain | TextLexer
import os
cd /
assert os.getcwd() == '/'
%cd /tmp
assert os.getcwd() == '/tmp'