##// END OF EJS Templates
-Added a unit testing framework...
-Added a unit testing framework -ipapi.py: Exposed runlines and set_custom_exc

File last commit:

r181:54d3ddad
r181:54d3ddad
Show More
test_cd.ipy
6 lines | 80 B | text/plain | TextLexer
import os
cd /
assert os.getcwd() == '/'
%cd /tmp
assert os.getcwd() == '/tmp'