##// END OF EJS Templates
Fix %timeit reporting when the time is longer than 1000s....
Fix %timeit reporting when the time is longer than 1000s. Patch by David Warde-Farley https://bugs.launchpad.net/ipython/+bug/409566

File last commit:

r181:54d3ddad
r2582:1cd4f6cf
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'