##// END OF EJS Templates
merge all from 0.7.3 branch to trunk
merge all from 0.7.3 branch to trunk

File last commit:

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