##// END OF EJS Templates
Fix for bug https://bugs.launchpad.net/bugs/291396 This was simply a typo in the error messages (job->jobs).

File last commit:

r181:54d3ddad
r1933:beca158e
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'