##// 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_shouldfail.ipy
3 lines | 80 B | text/plain | TextLexer
/ test / test_shouldfail.ipy
# this will fail w/ assertionerror
cd /
assert os.getcwd() == '/does/not/exist'