##// END OF EJS Templates
More informative message in ipy_user_conf import failure (suggest running %upgrade)...
More informative message in ipy_user_conf import failure (suggest running %upgrade) expand_aliases

File last commit:

r181:54d3ddad
r504:aa8c9348
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'