##// END OF EJS Templates
Use the display constructor in the ipipe displayhook instead of __or__...
Use the display constructor in the ipipe displayhook instead of __or__ so that it works with objects implementing __or__ themselves.

File last commit:

r181:54d3ddad
r954:d9fd9921
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'