##// END OF EJS Templates
- Made the internal crash handler very customizable for end-user apps based...
- Made the internal crash handler very customizable for end-user apps based on ipython. At SAGE's request.

File last commit:

r181:54d3ddad
r381:a39ea5ae
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'