##// END OF EJS Templates
Updated the main README.txt file to refect the 0.9 release.
Updated the main README.txt file to refect the 0.9 release.

File last commit:

r181:54d3ddad
r1719:158fe325
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'