##// END OF EJS Templates
Very small changes to %run for tracking an ongoing problem....
Very small changes to %run for tracking an ongoing problem. The comments in there tell the story, I don't have a good solution yet.

File last commit:

r181:54d3ddad
r1847:d7ebbe9b
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'