##// END OF EJS Templates
Make the test suite runnable without X11 connections....
Make the test suite runnable without X11 connections. This fix makes the test suite work in settings like a screen session that can import but not initialize GTK.

File last commit:

r181:54d3ddad
r2488:ac681df1
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'