##// END OF EJS Templates
- Small fix to pexpect to prevent unhandled exceptions at Python shutdown...
- Small fix to pexpect to prevent unhandled exceptions at Python shutdown time.

File last commit:

r181:54d3ddad
r522:ec00a70b
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'