##// END OF EJS Templates
R. Bernstein's patch for passing correct Pdb object to %pydb
R. Bernstein's patch for passing correct Pdb object to %pydb

File last commit:

r181:54d3ddad
r439:2b7a1815
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'