##// END OF EJS Templates
BUG: fix #368719, removed top-level debian/ directory....
BUG: fix #368719, removed top-level debian/ directory. https://bugs.launchpad.net/ipython/+bug/368719

File last commit:

r181:54d3ddad
r2101:0e61c23b
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'