##// END OF EJS Templates
upgrade_dir for upgrading to newer config files...
upgrade_dir for upgrading to newer config files (more cautious than current upgrade feature)

File last commit:

r181:54d3ddad
r197:91c85b7e
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'