##// END OF EJS Templates
Added a warning message, if you use MATPLOTLIB you will have to deactivate threading or the window will not be shown.
Added a warning message, if you use MATPLOTLIB you will have to deactivate threading or the window will not be shown.

File last commit:

r181:54d3ddad
r1807:6f845f87
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'