##// END OF EJS Templates
apply rocky's pydb-debug patch (disable py2.5 checking)
apply rocky's pydb-debug patch (disable py2.5 checking)

File last commit:

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