##// END OF EJS Templates
Work on the user focused GUI event loop interface....
Work on the user focused GUI event loop interface. * Old command line options (pylab/wthread/qthread) are deprecated. * New %gui magic to manage the events loops.

File last commit:

r181:54d3ddad
r2195:a38045e0
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'