##// END OF EJS Templates
I.k.engineservice.ThreadedEngineService wrapps calls to self.shell.execute, adding extra information to exceptions, like EngineService.executeAndRaise.
I.k.engineservice.ThreadedEngineService wrapps calls to self.shell.execute, adding extra information to exceptions, like EngineService.executeAndRaise.

File last commit:

r181:54d3ddad
r1320:ea3790ac merge
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'