##// END OF EJS Templates
Added details in the IPythonQt documentation:...
Added details in the IPythonQt documentation: Extended details for each one of the parts of the project Added a required text for GSoC: "Possible future directions"

File last commit:

r181:54d3ddad
r2546:b4cc556e
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'