##// END OF EJS Templates
Rename ipipe._default to ipipe.noitem (which makes...
Rename ipipe._default to ipipe.noitem (which makes the object public and better describes its use).

File last commit:

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